improve markdown css
This commit is contained in:
parent
d4b90c5e9d
commit
d30c2d5ddf
1 changed files with 8 additions and 0 deletions
|
@ -63,3 +63,11 @@
|
|||
& mark
|
||||
background: unset;
|
||||
text-decoration: underline;
|
||||
|
||||
& .spoiler
|
||||
filter: blur(8px);
|
||||
cursor: pointer;
|
||||
|
||||
& .spoiler .revealed
|
||||
filter: unset;
|
||||
color: inherit;
|
||||
|
|
Loading…
Add table
Reference in a new issue