update buttonlist to support darkmode (hopefully)
This commit is contained in:
parent
b9555d63d3
commit
e0ba4ff3fd
@ -10,12 +10,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.buttonlist li a {
|
.buttonlist li a {
|
||||||
color: #454545;
|
color: var(--fg);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.buttonlist li > * * {
|
.buttonlist li > * * {
|
||||||
color: #454545;
|
color: var(--fg);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.75em;
|
padding: 0.75em;
|
||||||
@ -24,6 +24,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.buttonlist li > a:hover * {
|
.buttonlist li > a:hover * {
|
||||||
background: #d9d9d9;
|
background: var(--bg);
|
||||||
color: black;
|
color: var(--fg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user