hard-code code
color, as the tooltip background is always dark
This commit is contained in:
parent
93ace8b96e
commit
999fe98159
@ -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 New Issue
Block a user