init
This commit is contained in:
commit
d013ece0f3
363 changed files with 20823 additions and 0 deletions
12
themes/duckquill/sass/mods/_modern-hr.scss
Normal file
12
themes/duckquill/sass/mods/_modern-hr.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
hr {
|
||||
box-shadow: var(--edge-highlight);
|
||||
border: none;
|
||||
border-radius: 999px;
|
||||
background-color: var(--fg-muted-2);
|
||||
width: 50%;
|
||||
height: 0.25rem;
|
||||
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue