Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit ce07c03

Browse files
author
Manuel Proß
committed
feat(FE): add custom list css-class
1 parent e5e51e7 commit ce07c03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/src/styles/_text.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@
5151
content: '>_ ';
5252
}
5353
}
54+
55+
ul.list li {
56+
list-style-type: '> ';
57+
}

0 commit comments

Comments
 (0)