Add home menu

This commit is contained in:
Misode
2019-12-29 18:30:34 +01:00
parent cab0885fc0
commit 303205aea9
10 changed files with 87 additions and 178 deletions

View File

@@ -100,6 +100,15 @@ textarea.invalid:focus {
overflow-x: scroll;
}
.card a {
color: #000 !important;
}
.card a:hover {
color: #333 !important;
text-decoration: none;
}
body[data-style="dark"] {
background-color: #222529;
}
@@ -208,3 +217,11 @@ body[data-style="dark"] .help-tooltip {
color: #fff;
border-color: #24282c;
}
body[data-style="dark"] .card a {
color: #fff !important;
}
body[data-style="dark"] .card a:hover {
color: #ccc !important;
}