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

23 lines
272 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 {
2024-07-30 15:39:09 +00:00
color: var(--accent);
2023-06-09 22:27:17 +00:00
}
}
li:not(:empty):before {
content: '-';
position: absolute;
left: -20px;
2024-07-30 15:39:09 +00:00
color: var(--accent);
2023-06-09 22:27:17 +00:00
}
}
2022-06-21 13:50:51 +00:00
}