forked from david-swift/duckling
Use modern separator
This commit is contained in:
parent
50df9fefe1
commit
12942e3a8f
@ -18,11 +18,7 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
box-shadow: var(--edge-highlight);
|
box-shadow: var(--edge-highlight);
|
||||||
background-color: var(--accent-color-alpha);
|
background-color: var(--fg-muted-1);
|
||||||
|
|
||||||
.post-title {
|
|
||||||
color: var(--accent-color);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
|
|||||||
@ -176,19 +176,15 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
margin: 2rem auto;
|
margin: 4rem auto;
|
||||||
border: none;
|
border: none;
|
||||||
border-block-start: 0.1875rem double var(--fg-muted-2);
|
border-radius: 999px;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
box-shadow: var(--edge-highlight);
|
||||||
&::after {
|
background-color: var(--fg-muted-2);
|
||||||
position: relative;
|
width: 30%;
|
||||||
inset-block-start: -1.25rem;
|
height: 0.3rem;
|
||||||
content: "❦";
|
|
||||||
color: var(--fg-muted-4);
|
|
||||||
font-size: var(--font-size-x-large);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
|
|||||||
@ -1,12 +0,0 @@
|
|||||||
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…
x
Reference in New Issue
Block a user