Skip to content

Commit 09d96bb

Browse files
committed
Add CSS comments
1 parent c4cbe66 commit 09d96bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* {
2-
font-family: system-ui;
3-
line-height: 150%;
1+
* {/*global styles*/
2+
font-family: system-ui;/*set default font to system-based font*/
3+
line-height: 150%;/*set default line height to 150%*/
44
}

0 commit comments

Comments
 (0)