mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
Add back global CSS for input
This commit is contained in:
parent
efcf1976b5
commit
a13a9e3b40
1 changed files with 9 additions and 0 deletions
9
ts/sass/bootstrap-dark.scss
vendored
9
ts/sass/bootstrap-dark.scss
vendored
|
@ -5,6 +5,15 @@
|
|||
@use 'fusion_vars';
|
||||
|
||||
@mixin night-mode {
|
||||
input {
|
||||
background-color: var(--frame-bg);
|
||||
border-color: var(--border);
|
||||
|
||||
&:focus {
|
||||
background-color: var(--window-bg);
|
||||
}
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: var(--window-bg);
|
||||
color: var(--text-fg);
|
||||
|
|
Loading…
Reference in a new issue