mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibWeb: Don't set initial font+color on both HTML and BODY elements
It's enough to set it on the HTML element. That way, it doesn't get reset in content that sets its own font on HTML but not on BODY.
This commit is contained in:
parent
1dd4e2dc87
commit
d1dac8695c
Notes:
sideshowbarker
2024-07-17 07:08:56 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/d1dac8695c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
html, body {
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
color: -libweb-palette-base-text;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue