hugo-theme-re-terminal/assets/css/terms.scss
2024-07-30 18:39:09 +03:00

23 lines
272 B
SCSS

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