mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Add code-bg color
This commit is contained in:
parent
4cd47294e4
commit
4200f35419
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
--tooltip-bg: #fcfcfc;
|
--tooltip-bg: #fcfcfc;
|
||||||
--focus-border: #0969da;
|
--focus-border: #0969da;
|
||||||
--focus-shadow: rgba(9 105 218 / 0.3);
|
--focus-shadow: rgba(9 105 218 / 0.3);
|
||||||
|
--code-bg: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[class*="night-mode"] {
|
:root[class*="night-mode"] {
|
||||||
|
@ -77,5 +78,6 @@
|
||||||
--tooltip-bg: #272727;
|
--tooltip-bg: #272727;
|
||||||
--focus-border: #316dca;
|
--focus-border: #316dca;
|
||||||
--focus-shadow: #194380;
|
--focus-shadow: #194380;
|
||||||
|
--code-bg: #272822;
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue