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

23 lines
260 B
SCSS
Raw Normal View History

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