mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-05 04:54:27 -04:00
fix: Small text color in dark mode (#3080)
Signed-off-by: redoomed1 <redoomed1@privacyguides.org> Signed-off-by: fria <fria@privacyguides.org>
This commit is contained in:
parent
f0146e01b6
commit
76bfc61e93
4 changed files with 4 additions and 4 deletions
|
@ -118,7 +118,7 @@ theme:
|
|||
- search.highlight
|
||||
|
||||
extra_css:
|
||||
- assets/stylesheets/extra.css?v=20240829
|
||||
- assets/stylesheets/extra.css?v=20250723
|
||||
|
||||
watch:
|
||||
- theme
|
||||
|
|
|
@ -118,7 +118,7 @@ theme:
|
|||
- search.highlight
|
||||
|
||||
extra_css:
|
||||
- assets/stylesheets/extra.css?v=20240829
|
||||
- assets/stylesheets/extra.css?v=20250723
|
||||
|
||||
watch:
|
||||
- theme
|
||||
|
|
|
@ -281,7 +281,7 @@ theme:
|
|||
- search.highlight
|
||||
|
||||
extra_css:
|
||||
- assets/stylesheets/extra.css?v=20250306
|
||||
- assets/stylesheets/extra.css?v=20250723
|
||||
extra_javascript:
|
||||
- path: assets/javascripts/randomize-element.js?v=20250306
|
||||
defer: true
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue