diff --git a/src/css/injected.scss b/src/css/injected.scss index 3654f4ab..564fff1f 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -68,7 +68,6 @@ html { [style="background-color: rgb(255, 255, 255);"] { color: black; } - .pillbox { border-radius: 1rem; overflow: clip; @@ -86,6 +85,7 @@ html { &.depressed { height: auto !important; color: var(--text-primary) !important; + background: var(--background-secondary) !important; } } }