Skip to content

Commit 972d8a9

Browse files
committed
Add comments in CSS
1 parent e8d9fc9 commit 972d8a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* {
2-
font-family: system-ui, sans-serif;
2+
font-family:
3+
system-ui, sans-serif; /*set default font to system-based font*/
34
}
45
span {
5-
white-space: pre-line;
6+
white-space: pre-line; /*use multiple lines with line breaks for improved readability*/
67
}

0 commit comments

Comments
 (0)