sfondo <code>

This commit is contained in:
boyska 2020-08-05 14:18:30 +02:00
parent 246fda91ed
commit f364358d21

View file

@ -149,3 +149,8 @@ h1 > (a, a:focus, a:active) { color: $c-titles; }
.translations-available {
text-align: right;
}
code {
background-color: #333;
border: 1px solid #888;
border-radius: 0.4em;
}