diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-14 01:34:14 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-14 01:34:14 -0700 |
| commit | 19f2fc05387ed0d7ad5f5fcb2fa92573ece1eae0 (patch) | |
| tree | b09deab6329a3522ebd899592f97e0f652e8da4a /static/styles.css | |
| parent | cdd28b6c0a3a6444b9ae79b123fe4fa7401de5ab (diff) | |
Improve star rating contrast
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/styles.css b/static/styles.css index 637348f..95433a5 100644 --- a/static/styles.css +++ b/static/styles.css @@ -411,7 +411,7 @@ h2 { .rating { flex: 0 0 auto; - color: var(--accent); + color: var(--accent-strong); font-family: var(--font-mono); font-weight: 800; } @@ -437,15 +437,15 @@ h2 { background: none !important; box-shadow: none !important; appearance: none; - color: var(--subtle); + color: var(--faint); font-size: 1.1rem; font-weight: 700; line-height: 1; - opacity: 0.6; + opacity: 0.8; } .star-button.is-active { - color: var(--accent); + color: var(--accent-strong); opacity: 1; } @@ -714,7 +714,7 @@ h2 { } .rewatch-stars { - color: var(--accent); + color: var(--accent-strong); } .rewatch-companion { |
