mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2025-03-15 02:39:06 +03:00
Update list styling
This commit is contained in:
parent
e2bb4583b1
commit
abab5c6dcd
7 changed files with 6 additions and 11 deletions
|
@ -222,11 +222,6 @@ ol {
|
|||
@media (--phone) {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
ol ol {
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
list-style: none;
|
||||
|
||||
li:before {
|
||||
content: '►';
|
||||
content: '-';
|
||||
position: absolute;
|
||||
left: -20px;
|
||||
color: var(--accent);
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue