mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 09:51:41 +11:00
12 lines
177 B
CSS
12 lines
177 B
CSS
h1 {
|
|
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;
|
|
}
|