Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 72c94af

Browse files
SemigradskyMoOx
authored andcommitted
Docs: Change features list style (#302)
1 parent 77fba67 commit 72c94af

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/src/index.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,19 @@ hr {
155155
opacity: .85;
156156
}
157157

158-
.markdownIt-TOC li::before {
159-
content: "› ";
160-
padding-right: .4rem;
161-
opacity: .6;
162-
font-size: var(--r-small-fontSize);
158+
.markdownIt-TOC li {
159+
padding-left: .8rem;
160+
position: relative;
163161
}
164162

163+
.markdownIt-TOC li::before {
164+
content: "› ";
165+
opacity: .6;
166+
font-size: var(--r-small-fontSize);
167+
position: absolute;
168+
left: 0;
169+
}
170+
165171
.markdownIt-TOC ul {
166172
list-style: none;
167173
margin: 0;

0 commit comments

Comments
 (0)