1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 04:07:14 +03:00

CSS for <code>

This commit is contained in:
Artyom 2016-02-26 13:48:27 +03:00
parent 0f10762d8c
commit 3bc6d47868

View File

@ -53,3 +53,9 @@ a:active {text-decoration: underline;}
a.anchor {
margin-right: 0.5em;
color: gray; }
code {
background: rgba(10, 10, 10, 0.1);
font-size: 95%;
vertical-align: 0.5px;
padding: 2px 4px 1px 4px; }