1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-28 22:31:07 +00:00

fix: Small text color in dark mode

This commit is contained in:
2025-07-23 00:34:46 -05:00
parent 7dd1a46ea3
commit de8beca439
4 changed files with 4 additions and 4 deletions

View File

@@ -602,5 +602,5 @@ path[d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-
.md-typeset small {
opacity: 1;
color: var(--md-primary-bg-color--light);
color: var(--md-default-fg-color--light);
}