Give <code>s some emphasis.
This commit is contained in:
parent
60c5a5a31d
commit
6b88b14c7d
@ -4735,6 +4735,11 @@ body.unscroll {\
|
|||||||
#options article li {\
|
#options article li {\
|
||||||
margin: 10px 0 10px 2em;\
|
margin: 10px 0 10px 2em;\
|
||||||
}\
|
}\
|
||||||
|
#options code {\
|
||||||
|
background: hsla(0, 0%, 100%, .5);\
|
||||||
|
color: #000;\
|
||||||
|
padding: 0 1px;\
|
||||||
|
}\
|
||||||
#options label {\
|
#options label {\
|
||||||
text-decoration: underline;\
|
text-decoration: underline;\
|
||||||
}\
|
}\
|
||||||
|
|||||||
@ -3675,6 +3675,11 @@ body.unscroll {
|
|||||||
#options article li {
|
#options article li {
|
||||||
margin: 10px 0 10px 2em;
|
margin: 10px 0 10px 2em;
|
||||||
}
|
}
|
||||||
|
#options code {
|
||||||
|
background: hsla(0, 0%, 100%, .5);
|
||||||
|
color: #000;
|
||||||
|
padding: 0 1px;
|
||||||
|
}
|
||||||
#options label {
|
#options label {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user