From e270b0b58747a739ccbce22f153d3fceb9ca5dd3 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 31 Jan 2025 00:26:49 +0200 Subject: [PATCH] style(next): tweak the colors of the dark theme --- src/public/stylesheets/theme-next-dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next-dark.css b/src/public/stylesheets/theme-next-dark.css index b90dccd8e..6be97ced9 100644 --- a/src/public/stylesheets/theme-next-dark.css +++ b/src/public/stylesheets/theme-next-dark.css @@ -44,7 +44,7 @@ --input-selection-text-color: white; --input-hover-background: #ffffff1f; --input-hover-color: var(--input-text-color); - --input-focus-outline-color: #80808095; + --input-focus-outline-color: #ffffff57; --input-focus-background: #ffffff1f; --input-focus-color: white; @@ -149,7 +149,7 @@ --code-block-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); - --card-background-color: #424242; + --card-background-color: #ffffff12; --card-background-hover-color: #3c3c3c; --card-background-press-color: #464646; --card-border-color: #222222;