Cleaner mark on view page

This commit is contained in:
Peter Stuifzand 2020-07-01 22:36:01 +02:00
parent 4f6c87c14e
commit d0b3d566ad

View File

@ -191,14 +191,15 @@ textarea {
mark { mark {
background: #ffff99; background: #ffff99;
outline: 4px solid #ffff99;
} }
.content mark::before { .root mark::before {
content: "=="; content: "==";
color: #999; color: #999;
} }
.content mark::after { .root mark::after {
content: "=="; content: "==";
color: #999; color: #999;
} }