Skip to content

Commit

Permalink
fix: increase color saturation for secret text
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin9257 committed Feb 21, 2025
1 parent 602789e commit ef9b0fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/styles/twodsix.css
Original file line number Diff line number Diff line change
Expand Up @@ -4619,3 +4619,8 @@ h1.divider::before,
h1, h2 {
color: var(--s2d6-form-light);
}

section.secret {
--color-secret-bg: rgba(53, 0, 121, 0.6);
--color-revealed-bg: rgba(0, 53, 0, 0.6);
}

0 comments on commit ef9b0fa

Please sign in to comment.