mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed code block color
This commit is contained in:
parent
d92e0f28c2
commit
d6fafacee7
1 changed files with 5 additions and 5 deletions
|
@ -21,14 +21,14 @@ $margin: 1em;
|
|||
}
|
||||
|
||||
pre {
|
||||
background-color: darken($comment_bg, 2%);
|
||||
background-color: transparentize($blue, 0.9);
|
||||
border: {
|
||||
left: 4px solid $red;
|
||||
right: 4px solid $red;
|
||||
left: 4px solid transparentize($blue, 0.9);
|
||||
right: 4px solid transparentize($blue, 0.9);
|
||||
}
|
||||
font-family: monospace;
|
||||
font-size: 0.9em;
|
||||
border-radius: $radius;
|
||||
border-radius: 2px;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
padding: $gap;
|
||||
|
@ -36,7 +36,7 @@ $margin: 1em;
|
|||
margin-bottom: $margin;
|
||||
|
||||
code {
|
||||
color: transparentize(white, 0.5);
|
||||
color: transparentize($wisegreen, 0.1);
|
||||
font-family: monospace;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue