scss: simplify mark style
This commit is contained in:
parent
1451480bdc
commit
b9c0796769
1 changed files with 1 additions and 3 deletions
|
@ -207,9 +207,7 @@ pre {
|
||||||
|
|
||||||
mark {
|
mark {
|
||||||
border-radius: 0.2em;
|
border-radius: 0.2em;
|
||||||
padding:0;
|
padding:0 0.2em 0 0.2em;
|
||||||
padding-left:0.2em;
|
|
||||||
padding-right:0.2em;
|
|
||||||
|
|
||||||
background-color:rgba(255,255,0,0.33);
|
background-color:rgba(255,255,0,0.33);
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
Loading…
Reference in a new issue