1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

changed code color

This commit is contained in:
Fedor Katurov 2021-02-24 18:24:04 +07:00
parent 678f6a1e75
commit d92e0f28c2

View file

@ -43,10 +43,10 @@ $margin: 1em;
p, li {
code {
background-color: darken($comment_bg, 4%);
padding: 2px 0.5em;
background-color: transparentize($blue, 0.9);
padding: 2px 4px;
border-radius: 0.3em;
color: transparentize(white, 0.5);
color: transparentize($wisegreen, 0.1);
font-size: 0.9em;
}
}