Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 2ab2bf6

Browse files
committed
fix: make hr styles prettier
1 parent c496d1e commit 2ab2bf6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/HoverOverlay.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@
2828
&:not(:first-child) {
2929
border-top: 1px solid var(--border-color);
3030
}
31+
hr {
32+
margin: 0.5rem -0.5rem;
33+
background: var(--border-color);
34+
}
35+
p,
36+
pre {
37+
margin-bottom: 0.5rem;
38+
}
3139
}
3240

3341
&__contents {

0 commit comments

Comments
 (0)