More readable styles for classic header

This commit is contained in:
Daniel Markstedt 2023-12-02 18:48:34 +09:00
parent 533ce10939
commit da9950288d
1 changed files with 9 additions and 0 deletions

View File

@ -58,6 +58,15 @@ div.footer div.theme-change-hint {
margin-bottom: 15px;
}
div.login-status {
text-align: right;
}
div.login-status a {
color: white;
text-decoration: underline;
}
div.logged-in {
background-color: green;
}