diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-20 11:56:46 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-20 11:56:46 +0200 |
commit | 77b58ec02f624f8242995f46e720b6783eb59300 (patch) | |
tree | 52a0bc5ad1a05b6f2a6d8efc08284646cac82a80 /view/tpl | |
parent | ceeb9836b98c8a854fe6501fd51c3de7c4c91655 (diff) | |
download | volse-hubzilla-77b58ec02f624f8242995f46e720b6783eb59300.tar.gz volse-hubzilla-77b58ec02f624f8242995f46e720b6783eb59300.tar.bz2 volse-hubzilla-77b58ec02f624f8242995f46e720b6783eb59300.zip |
css fix
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 051797658..0f2628761 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -4,7 +4,7 @@ {{$nav.loginmenu.1.1}} </a> {{if $nav.register}} - <a class="btn btn-warning btn-sm text-white" href="{{$nav.register.0}}" title="{{$nav.register.3}}" id="{{$nav.register.4}}" > + <a class="btn btn-warning btn-sm text-dark" href="{{$nav.register.0}}" title="{{$nav.register.3}}" id="{{$nav.register.4}}" > {{$nav.register.1}} </a> {{/if}} |