sadium/themes/hugo-theme-terminal/assets/css/terms.scss
2023-12-13 21:47:26 +03:00

22 lines
260 B
SCSS

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