post-single(css): improve RTL support (#57)

* Replace left with start for tables and block-quote
This commit is contained in:
Mehdy Khoshnoody 2020-10-24 17:12:24 +03:30 committed by GitHub
parent 4e9d470fec
commit 3e3a7d380e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@
.post-content table th {
font-size: 14px;
text-align: left;
text-align: start;
}
.post-content table:not(.highlighttable) td code:only-child {
@ -208,7 +208,7 @@
.post-content blockquote {
margin: 0 calc(var(--gap) * -1);
padding: 0 32px;
border-left: 2px solid var(--primary);
border-inline-start: 2px solid var(--primary);
}
.post-content hr {