mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -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;
|
||||
--focus-border: #0969da;
|
||||
--focus-shadow: rgba(9 105 218 / 0.3);
|
||||
--code-bg: white;
|
||||
}
|
||||
|
||||
:root[class*="night-mode"] {
|
||||
|
@ -77,5 +78,6 @@
|
|||
--tooltip-bg: #272727;
|
||||
--focus-border: #316dca;
|
||||
--focus-shadow: #194380;
|
||||
--code-bg: #272822;
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue