FMHYedit/static/styles.css
Retype GitHub Action e6a20ad1f9 Refreshes Retype-generated documentation.
Process triggered by nbats.
2023-08-06 04:12:11 +00:00

13 lines
208 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: rgb(47 51 72/var(--tw-text-opacity));
}