From 0f8f963ba3eccd7fd94785bf7fb216b6287cec57 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 22 May 2022 19:26:45 +0200 Subject: chore: adjust dark mode styles --- src/components/molecules/layout/code.module.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/molecules/layout/code.module.scss') diff --git a/src/components/molecules/layout/code.module.scss b/src/components/molecules/layout/code.module.scss index 2855fc2..1feeccc 100644 --- a/src/components/molecules/layout/code.module.scss +++ b/src/components/molecules/layout/code.module.scss @@ -105,7 +105,9 @@ position: relative; overflow: auto; + background: var(--color-bg-secondary); border: fun.convert-px(1) solid var(--color-border-light); + color: var(--color-fg); hyphens: none; tab-size: 4; text-align: left; -- cgit v1.2.3