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 GitHub
parent e3426c15a8
commit 1a432d5be8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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));
}