From e2050b41c38abb0bff712bc9f1b04f0c25809425 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 16 Oct 2024 20:05:54 +1100 Subject: [PATCH] Dark mode tweaks from @soheb@pkutalk.com --- .../styles/tangerineui-chinwag/tangerineui-chinwag.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/styles/tangerineui-chinwag/tangerineui-chinwag.scss b/app/javascript/styles/tangerineui-chinwag/tangerineui-chinwag.scss index d130681ff..1e49af111 100644 --- a/app/javascript/styles/tangerineui-chinwag/tangerineui-chinwag.scss +++ b/app/javascript/styles/tangerineui-chinwag/tangerineui-chinwag.scss @@ -61,7 +61,7 @@ --color-secondary-bg: #11191F; --color-secondary-separator: #26232e; - --color-content-bg: #030303; + --color-content-bg: #171717; --color-content-fg: var(--color-fg); --color-content-fg-bold: #ffffff; --color-content-fg-muted: #737373; @@ -72,7 +72,7 @@ --color-accent: #3b953f; --color-accent-focus: #3b953f; --color-accent-lines: rgba(221, 240, 225, 0.52); - --color-accent-bg: #1F313C; + --color-accent-bg: #0e0e0e; --color-accent-fg: #ffffff; --color-lines: #343434;