Terminal-Hugo-Theme/assets/css/terms.scss

23 lines
260 B
SCSS
Raw Normal View History

2022-06-21 15:50:51 +02:00
.terms {
h3 {
font-size: initial;
}
2023-06-10 00:27:17 +02:00
ul {
list-style: none;
li {
a {
color: $accent;
}
}
li:not(:empty):before {
content: '-';
position: absolute;
left: -20px;
color: $accent;
}
}
2022-06-21 15:50:51 +02:00
}