Skip to content
Snippets Groups Projects
Commit e722964e authored by Agathe's avatar Agathe
Browse files

Update significa-digest.css

parent 08383647
No related branches found
No related tags found
No related merge requests found
@charset "utf-8";
@font-face {
font-family: Signika Negative;
src: url("/fonts/SignikaNegative-VariableFont_wght.ttf");
......@@ -486,7 +487,8 @@ li p {
ul:not(#toc-ol) li::marker {
color: var(--color-une);
content: "•";
content: "·";
font-weight: 900;
}
ol:not(#toc-ol) li::marker {
......@@ -499,7 +501,7 @@ ul ul {
}
ul ul li::marker {
content: "-";
content: "–" !important;
}
figure {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment