diff --git a/Userland/Libraries/LibWeb/CSS/Default.css b/Userland/Libraries/LibWeb/CSS/Default.css index a08e18690ab..9d37796673f 100644 --- a/Userland/Libraries/LibWeb/CSS/Default.css +++ b/Userland/Libraries/LibWeb/CSS/Default.css @@ -1,4 +1,4 @@ -html, body { +html { font-family: sans-serif; color: -libweb-palette-base-text; }