hard-code code color, as the tooltip background is always dark

This commit is contained in:
Damien Elmes 2021-05-24 18:02:55 +10:00
parent 93ace8b96e
commit 999fe98159

View File

@ -46,7 +46,7 @@ html {
// the default code color in tooltips is difficult to read; we'll probably
// want to add more of our own styling in the future
code {
color: var(--flag1-bg);
color: #ffaaaa;
}
// override the default down arrow colour in <select> elements