Updated post-single.css to set hr's border to 0

This commit is contained in:
Sebastien 2022-04-04 08:52:22 +01:00 committed by GitHub
parent 09921bb542
commit 57b169c8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,6 +224,7 @@
background: var(--tertiary);
border-top: 0;
border-bottom: 0;
border: 0;
}
.post-content iframe {