FMHYedit/static/styles.css
2023-08-06 09:13:46 +05:30

13 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;
}