Skip to content

Commit 37cf2f4

Browse files
committed
style: use asteriks instead of hashes
1 parent 0ca0179 commit 37cf2f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/css/suCSS.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ h4::before,
183183
h5::before,
184184
h6::before {
185185
color: var(--accent);
186-
content: '# '
186+
content: '* '
187187
}
188188

189189
@media only screen and (max-width: 720px) {
@@ -252,7 +252,7 @@ ul li::marker {
252252
}
253253

254254
ul li:hover::marker {
255-
content: '# ';
255+
content: '* ';
256256
font-weight: 700;
257257
color: var(--link)
258258
}
@@ -728,4 +728,4 @@ sub {
728728
display: flex;
729729
flex-direction: row;
730730
justify-content: center;
731-
}
731+
}

0 commit comments

Comments
 (0)