diff options
Diffstat (limited to 'examples/docs/public')
-rw-r--r-- | examples/docs/public/theme.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/docs/public/theme.css b/examples/docs/public/theme.css index 3089840dd..1bd29c2f6 100644 --- a/examples/docs/public/theme.css +++ b/examples/docs/public/theme.css @@ -58,7 +58,7 @@ color-scheme: light; --theme-accent: hsla(var(--color-blue), 1); --theme-text-accent: hsla(var(--color-blue), 1); - --theme-accent-opacity: 0.1; + --theme-accent-opacity: 0.15; --theme-divider: hsla(var(--color-gray-95), 1); --theme-text: hsla(var(--color-gray-10), 1); --theme-text-light: hsla(var(--color-gray-40), 1); @@ -85,9 +85,9 @@ body { :root.theme-dark { color-scheme: dark; - --theme-accent-opacity: 0.4; - --theme-accent: hsla(var(--color-orange), 1); - --theme-text-accent: hsla(var(--color-orange), 1); + --theme-accent-opacity: 0.15; + --theme-accent: hsla(var(--color-blue), 1); + --theme-text-accent: hsla(var(--color-blue), 1); --theme-divider: hsla(var(--color-gray-10), 1); --theme-text: hsla(var(--color-gray-90), 1); --theme-text-light: hsla(var(--color-gray-80), 1); |