mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
changed code color
This commit is contained in:
parent
678f6a1e75
commit
d92e0f28c2
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue