diff --git a/src/App.scss b/src/App.scss index be3f0df22..0de5a3577 100644 --- a/src/App.scss +++ b/src/App.scss @@ -145,8 +145,8 @@ h4 { } code { - background: var(--bg); - border: 1px solid var(--fg); + background: var(--background); + border: 1px solid var(--border); border-radius: var(--roundness); padding: 0 0.2em;