Skip to content

Commit 49081a2

Browse files
committed
'::marker' style update to content: initial; in order to remove it entirely from the HTML DOM.
1 parent 00cea66 commit 49081a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/reset.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***
2-
The new CSS reset - version 1.8.2 (last updated 23.12.2022)
2+
The new CSS reset - version 1.8.3 (last updated 21.1.2023)
33
GitHub page: https://github.com/elad2412/the-new-css-reset
44
***/
55

@@ -68,7 +68,7 @@ pre {
6868

6969
/* remove default dot (•) sign */
7070
::marker {
71-
content: "";
71+
content: initial;
7272
}
7373

7474
/* fix the feature of 'hidden' attribute.

0 commit comments

Comments
 (0)