mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed markdown and code colors
This commit is contained in:
parent
53dc60bad5
commit
ce7737b3cd
2 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ $content_bg_light: lighten($brown, 2%);
|
|||
$content_bg_lighter: lighten($brown, 4%);
|
||||
$content_bg_lightest: lighten($brown, 6%);
|
||||
|
||||
$content_bg_success: transparentize($wisegreen, 0.5);
|
||||
$content_bg_success: transparentize($wisegreen, 0.7);
|
||||
$content_bg_info: transparentize($blue, 0.5);
|
||||
$content_bg_danger: transparentize($red, 0.5);
|
||||
$content_bg_backdrop: transparentize($content_bg, 0.2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue