mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:07:34 +00:00
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.
This commit is contained in:
parent
5989a3ee77
commit
0cd82d2da7
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue