Restyle hr in wysiwyg (#4755)

* make hr look normal in wysiwyg

* dont use fixed value
This commit is contained in:
Nitwel
2021-03-30 16:54:06 +02:00
committed by GitHub
parent 8ecb65cf74
commit 8808d19a3e

View File

@@ -119,17 +119,11 @@ video,
height: auto;
}
hr {
border: 0;
border: 1px solid ${cssVar('--border-normal')};
margin-top: 52px;
margin-bottom: 56px;
text-align: center;
}
hr:after {
content: "...";
font-size: 28px;
letter-spacing: 16px;
line-height: 0;
}
table {
border-collapse: collapse;
}