more admin dashboard polish, some code cleanup
This commit is contained in:
parent
65f277b3f2
commit
a66460be19
23 changed files with 163 additions and 231 deletions
|
|
@ -16,7 +16,7 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: var(--background);
|
||||
background-color: var(--background);
|
||||
color: var(--on-background);
|
||||
font-family: "Monaspace Argon", monospace;
|
||||
font-size: 18px;
|
||||
|
|
@ -150,7 +150,7 @@ a#backtotop:hover {
|
|||
@keyframes list-item-fadein {
|
||||
from {
|
||||
opacity: 1;
|
||||
background: var(--links);
|
||||
background-color: var(--links);
|
||||
}
|
||||
|
||||
to {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue