FMHYedit/static/styles.css

13 lines
177 B
CSS
Raw Normal View History

2023-08-06 03:07:49 +00:00
h1 {
2023-07-15 13:05:28 +00:00
text-align: center;
2023-08-06 03:07:49 +00:00
}
/* Icons */
html.dark ul.flex-col > li > a > svg {
color: white !important;
}
:not(html.dark) ul.flex-col > li > a > svg {
color: black;
}