fixed spaced diamond
This commit is contained in:
@@ -479,15 +479,15 @@ code, pre, kbd, samp {
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
.prose hr::before {
|
.prose hr::before {
|
||||||
content: "✦";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
width: 0.5rem;
|
||||||
background: var(--base);
|
height: 0.5rem;
|
||||||
padding: 0 0.7rem;
|
transform: translate(-50%, -50%) rotate(45deg);
|
||||||
color: var(--mauve);
|
background: var(--mauve);
|
||||||
font-size: 0.85rem;
|
box-shadow: 0 0 0 0.5rem var(--base);
|
||||||
}
|
}
|
||||||
|
|
||||||
.prose strong { color: inherit; font-weight: 700; }
|
.prose strong { color: inherit; font-weight: 700; }
|
||||||
|
|||||||
Reference in New Issue
Block a user