fix: add background color for code block actions

This commit is contained in:
Tienson Qin
2025-04-09 18:18:54 +08:00
parent bdde2c7526
commit a74c99af0f
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ html {
}
&[data-theme=dark] {
--lx-gray-01: var(--ls-primary-background-color, hsl(var(--background)));
--background: 192 100% 11%;
--foreground: 0 0% 95%;
--accent: 192 80% 10%;