mirror of
https://github.com/aelve/guide.git
synced 2024-11-30 11:32:29 +03:00
CSS for <code>
This commit is contained in:
parent
0f10762d8c
commit
3bc6d47868
@ -53,3 +53,9 @@ a:active {text-decoration: underline;}
|
|||||||
a.anchor {
|
a.anchor {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
color: gray; }
|
color: gray; }
|
||||||
|
|
||||||
|
code {
|
||||||
|
background: rgba(10, 10, 10, 0.1);
|
||||||
|
font-size: 95%;
|
||||||
|
vertical-align: 0.5px;
|
||||||
|
padding: 2px 4px 1px 4px; }
|
||||||
|
Loading…
Reference in New Issue
Block a user