mirror of
https://github.com/fmhy/edit.git
synced 2026-01-25 21:31:43 +11:00
Add monochrome icons in CSS
This commit is contained in:
parent
a9b779359a
commit
6f7029ec6b
1 changed files with 11 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue