diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-05-22 19:26:45 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-05-22 19:26:45 +0200 |
| commit | 0f8f963ba3eccd7fd94785bf7fb216b6287cec57 (patch) | |
| tree | d937c9cfeecdebe00a418a8b39daa0a116daa40d /src/components/molecules/layout/code.module.scss | |
| parent | abdcc01386fff0c1caa5d290cffcb0c5be906900 (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.scss | 2 |
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; |
