Use retype's theme color instead of pure black

This commit is contained in:
Tyler Flowers 2023-08-06 03:31:39 +00:00 committed by taskylizard
parent d40194ed15
commit 40c4890412

View File

@ -8,5 +8,5 @@ html.dark ul.flex-col > li > a > svg {
}
:not(html.dark) ul.flex-col > li > a > svg {
color: black;
color: rgb(47 51 72/var(--tw-text-opacity));
}