aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/code.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-05-22 19:26:45 +0200
committerArmand Philippot <git@armandphilippot.com>2022-05-22 19:26:45 +0200
commit0f8f963ba3eccd7fd94785bf7fb216b6287cec57 (patch)
treed937c9cfeecdebe00a418a8b39daa0a116daa40d /src/components/molecules/layout/code.module.scss
parentabdcc01386fff0c1caa5d290cffcb0c5be906900 (diff)
chore: adjust dark mode styles
Diffstat (limited to 'src/components/molecules/layout/code.module.scss')
-rw-r--r--src/components/molecules/layout/code.module.scss2
1 files changed, 2 insertions, 0 deletions
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;