diff options
Diffstat (limited to 'assets/css/main.css')
| -rw-r--r-- | assets/css/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 7088236..3aafd4f 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1891,6 +1891,12 @@ html.theme-light .cta-block { box-shadow: none; } +/* Beat html.theme-light .prose-invert a { color: var(--accent) } which ignores not-prose */ +html.theme-light .prose .cta-block a, +html.theme-light .prose-invert .cta-block a { + color: var(--on-accent); +} + /* Motion Safety - Respect prefers-reduced-motion */ @media (prefers-reduced-motion: reduce) { |
