2023-08-06 04:12:11 +00:00
|
|
|
h1 {
|
2023-07-15 16:14:28 +00:00
|
|
|
text-align: center;
|
2023-08-06 04:12:11 +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));
|
|
|
|
}
|