Add monochrome icons in CSS
This commit is contained in:
parent
a9b779359a
commit
6f7029ec6b
@ -1,3 +1,12 @@
|
|||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Icons */
|
||||||
|
html.dark ul.flex-col > li > a > svg {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
:not(html.dark) ul.flex-col > li > a > svg {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user