mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-12 16:19:45 +00:00
feat(style): dashed hr
This commit is contained in:
parent
a3cab1a354
commit
90a17f8540
1 changed files with 7 additions and 0 deletions
|
@ -119,6 +119,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin: 1rem 0;
|
||||||
|
position: relative;
|
||||||
|
border-top: 2px dashed $theme-color;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
.task-list {
|
.task-list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
|
|
Loading…
Reference in a new issue