1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#6372: code text should not be pink

This commit is contained in:
checktheroads
2021-05-07 09:16:05 -07:00
parent df02123b1e
commit e47f25ac3e
4 changed files with 5 additions and 3 deletions

View File

@@ -263,7 +263,7 @@ $btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' v
$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
// Code
$code-color: $pink-300;
$code-color: $gray-200;
$kbd-color: $white;
$kbd-bg: $gray-300;
$pre-color: null;