1
0

fix blog code highlighting background color

This commit is contained in:
Mike Schwörer 2019-12-02 22:54:26 +01:00
parent 42095e4c1f
commit 85eb8185db
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF

View File

@ -182,3 +182,6 @@ pre[class*="language-"].line-numbers > code {
text-align: right;
}
/* =========== CUSTOM ADDITIONS ================= */
pre[class*="language-"] .token { background: none; }