mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
hard-code code
color, as the tooltip background is always dark
This commit is contained in:
parent
93ace8b96e
commit
999fe98159
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ html {
|
||||||
// the default code color in tooltips is difficult to read; we'll probably
|
// the default code color in tooltips is difficult to read; we'll probably
|
||||||
// want to add more of our own styling in the future
|
// want to add more of our own styling in the future
|
||||||
code {
|
code {
|
||||||
color: var(--flag1-bg);
|
color: #ffaaaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
// override the default down arrow colour in <select> elements
|
// override the default down arrow colour in <select> elements
|
||||||
|
|
Loading…
Reference in a new issue