scss: simplify mark style

This commit is contained in:
Kazhnuz 2018-10-13 17:14:57 +02:00
parent 1451480bdc
commit b9c0796769
1 changed files with 1 additions and 3 deletions

View File

@ -207,9 +207,7 @@ pre {
mark {
border-radius: 0.2em;
padding:0;
padding-left:0.2em;
padding-right:0.2em;
padding:0 0.2em 0 0.2em;
background-color:rgba(255,255,0,0.33);
color: inherit;