We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca0179 commit 37cf2f4Copy full SHA for 37cf2f4
static/css/suCSS.css
@@ -183,7 +183,7 @@ h4::before,
183
h5::before,
184
h6::before {
185
color: var(--accent);
186
- content: '# '
+ content: '* '
187
}
188
189
@media only screen and (max-width: 720px) {
@@ -252,7 +252,7 @@ ul li::marker {
252
253
254
ul li:hover::marker {
255
- content: '# ';
+ content: '* ';
256
font-weight: 700;
257
color: var(--link)
258
@@ -728,4 +728,4 @@ sub {
728
display: flex;
729
flex-direction: row;
730
justify-content: center;
731
-}
+}
0 commit comments