Cleaner mark on view page
This commit is contained in:
parent
4f6c87c14e
commit
d0b3d566ad
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user