plain site; demo content added; re-terminal theme enabled; some theme customizations
This commit is contained in:
22
themes/re-terminal/assets/css/terms.scss
Normal file
22
themes/re-terminal/assets/css/terms.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.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);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user