mirror of https://gitlab.com/curben/blog
refactor(css): dedup
This commit is contained in:
parent
ffa9a39ca8
commit
914cba20b2
|
@ -154,13 +154,8 @@ blockquote {
|
|||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
ul.index-list {
|
||||
font-size: 1.1em;
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
ol {
|
||||
|
|
|
@ -621,13 +621,8 @@ blockquote {
|
|||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
ul.index-list {
|
||||
font-size: 1.1em;
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
ol {
|
||||
|
|
Loading…
Reference in New Issue