mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-08 22:49:44 +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 {
|
||||
list-style: none;
|
||||
padding-left: 1.5rem;
|
||||
|
|
Loading…
Reference in a new issue