1
0
Fork 0

frio - add "info about the instance" link into the navbar for non-authed users

This commit is contained in:
rabuzarus 2018-05-22 12:44:35 +02:00
commit 0d7d688649
2 changed files with 9 additions and 1 deletions

View file

@ -2158,6 +2158,9 @@ ul.dropdown-menu li:hover {
overflow: hidden;
}
/* Home and Login Page */
body.mod-home nav.navbar .nav>li>a:hover {
background-color: rgba(255,255,255,0.2);
}
body.mod-home .navbar #nav-login,
body.mod-login .navbar #nav-login {
display: none;