fix(css): unset colour of 'mark'-ed line

This commit is contained in:
MDLeom 2020-10-21 05:57:51 +00:00
parent 4c2c62d56f
commit 4d0398a04f
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 2 additions and 0 deletions

View File

@ -232,6 +232,7 @@ pre {
mark { mark {
background: var(--alt-bg-color); background: var(--alt-bg-color);
color: unset;
} }
/* Hide post's excerpt in article */ /* Hide post's excerpt in article */

View File

@ -701,6 +701,7 @@ pre {
mark { mark {
background: var(--alt-bg-color); background: var(--alt-bg-color);
color: unset;
} }
/* Hide post's excerpt in article */ /* Hide post's excerpt in article */