mirror of https://gitlab.com/curben/blog
fix(css): unset colour of 'mark'-ed line
This commit is contained in:
parent
4c2c62d56f
commit
4d0398a04f
|
@ -232,6 +232,7 @@ pre {
|
|||
|
||||
mark {
|
||||
background: var(--alt-bg-color);
|
||||
color: unset;
|
||||
}
|
||||
|
||||
/* Hide post's excerpt in article */
|
||||
|
|
|
@ -701,6 +701,7 @@ pre {
|
|||
|
||||
mark {
|
||||
background: var(--alt-bg-color);
|
||||
color: unset;
|
||||
}
|
||||
|
||||
/* Hide post's excerpt in article */
|
||||
|
|
Loading…
Reference in New Issue