hugo-theme-terminal/assets/css/terms.css

20 lines
248 B
CSS
Raw Normal View History

2024-08-20 10:11:39 +00:00
/* _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);
}