diff options
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 { |
