hugo-theme-terminal/assets/css/terms.css
2024-08-21 15:06:28 +02:00

19 lines
248 B
CSS

/* _terms.scss */
.terms h3 {
font-size: initial;
}
.terms ul {
list-style: none;
}
.terms ul li a {
color: var(--accent);
}
.terms ul li:not(:empty)::before {
content: "-";
position: absolute;
left: -20px;
color: var(--accent);
}