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 {
|
2023-08-06 03:31:39 +00:00
|
|
|
color: rgb(47 51 72/var(--tw-text-opacity));
|
2023-08-06 03:07:49 +00:00
|
|
|
}
|