mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
LibWeb: Use -libweb-palette-base-text for text color in default CSS
This makes un-styled text readable when using a dark system theme, previously such text would be black, regardless of the theme background color. Fixes #7274.
This commit is contained in:
parent
6394ea00d8
commit
c2fb252ebf
Notes:
sideshowbarker
2024-07-18 17:44:18 +09:00
@ -1,5 +1,6 @@
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
color: -libweb-palette-base-text;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
Reference in New Issue
Block a user