summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-10-06 14:50:17 +0200
committerAndreas Kling <kling@serenityos.org>2022-10-06 15:29:38 +0200
commit0cd82d2da766c37746df27ea64acacfda7efcfc4 (patch)
treef3d55b53b48082e00b1843a08f3e0bed8f3e274b /Userland/Libraries/LibWeb
parent5989a3ee77463aa0ed029019364faf64e54ebb62 (diff)
downloadserenity-0cd82d2da766c37746df27ea64acacfda7efcfc4.zip
LibWeb: Add a little header to the top of the default UA stylesheet
Since all the spec sections are annotated with comments already, let's also have a comment mentioning that the file starts with ad-hoc rules.
Diffstat (limited to 'Userland/Libraries/LibWeb')
-rw-r--r--Userland/Libraries/LibWeb/CSS/Default.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/Default.css b/Userland/Libraries/LibWeb/CSS/Default.css
index 9d37796673..0969826202 100644
--- a/Userland/Libraries/LibWeb/CSS/Default.css
+++ b/Userland/Libraries/LibWeb/CSS/Default.css
@@ -1,3 +1,8 @@
+/* Default user-agent stylesheet for LibWeb
+ * Note: This stylesheet starts with a bunch of ad-hoc custom rules.
+ * After that, rules from the HTML spec follow.
+ */
+
html {
font-family: sans-serif;
color: -libweb-palette-base-text;