frio - add "info about the instance" link into the navbar for non-authed users
This commit is contained in:
parent
8779f22b5f
commit
0d7d688649
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue