Skip to content

Commit

Permalink
Take the edge off white text in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aseradyn committed May 3, 2024
1 parent a2f21e7 commit 01829c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/base-elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body {
body {
background-image: url("/theme/images/bamboo-dark.png");
--turquoise-values: 24,53,58;
--baseFont: white;
--baseFont: rgb(255,255,255,0.85);
--turquoise: rgb(var(--turquoise-values));
--turquoise-half: rgb(var(--turquoise-values), 0.5);
--text-backdrop: rgb(0,0,0,0.7);
Expand Down

0 comments on commit 01829c6

Please sign in to comment.