mirror of
https://github.com/bitwarden/help
synced 2025-12-16 08:13:28 +00:00
style code blocks
This commit is contained in:
@@ -22,6 +22,9 @@ $navbar-height: 80px;
|
||||
$navbar-margin-bottom: 0;
|
||||
$navbar-border-radius: 0;
|
||||
|
||||
$code-bg: $gray-lighter;
|
||||
$code-color: $text-color;
|
||||
|
||||
//=== Inverted navbar
|
||||
// Reset inverted navbar basics
|
||||
$navbar-inverse-color: #fff;
|
||||
|
||||
@@ -444,3 +444,7 @@ a[rel='lightbox'] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user