Use modern separator
Some checks failed
Publish / publish (push) Failing after 13m32s

This commit is contained in:
david-swift 2025-02-25 15:58:35 +01:00
parent 50df9fefe1
commit 12942e3a8f
3 changed files with 7 additions and 27 deletions

View File

@ -18,11 +18,7 @@
&:hover {
box-shadow: var(--edge-highlight);
background-color: var(--accent-color-alpha);
.post-title {
color: var(--accent-color);
}
background-color: var(--fg-muted-1);
}
&:active {

View File

@ -176,19 +176,15 @@ a {
}
hr {
margin: 2rem auto;
margin: 4rem auto;
border: none;
border-block-start: 0.1875rem double var(--fg-muted-2);
border-radius: 999px;
overflow: visible;
text-align: center;
&::after {
position: relative;
inset-block-start: -1.25rem;
content: "";
color: var(--fg-muted-4);
font-size: var(--font-size-x-large);
}
box-shadow: var(--edge-highlight);
background-color: var(--fg-muted-2);
width: 30%;
height: 0.3rem;
}
dt {

View File

@ -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;
}
}