FMHYedit/static/styles.css

21 lines
330 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: rgb(47 51 72/var(--tw-text-opacity));
2023-08-06 03:07:49 +00:00
}
2023-08-10 05:55:59 +00:00
/* Hide filter from sidebar */
div.left-0:nth-child(2) {
display: none;
}
aside ul:nth-child(3) {
margin-top: 1em;
}