update terminal to b6c2bafbdc30a43ff69b4e00d1aefcc49d7e4aaa

This commit is contained in:
nora 2024-09-14 21:32:57 +02:00
parent cc87a143c6
commit 80ebde41d1
84 changed files with 10848 additions and 6972 deletions

View file

@ -1,9 +1,19 @@
.terms {
h1 {
color: var(--accent);
}
h3 {
font-size: initial;
}
/* _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);
}