mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Add home menu
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user