#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 4 additions and 2 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

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%); $btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
// Code // Code
$code-color: $pink-300; $code-color: $gray-200;
$kbd-color: $white; $kbd-color: $white;
$kbd-bg: $gray-300; $kbd-bg: $gray-300;
$pre-color: null; $pre-color: null;

View File

@ -19,3 +19,5 @@ $accordion-bg: transparent;
$accordion-button-bg: $accordion-bg; $accordion-button-bg: $accordion-bg;
$breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E"); $breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");
$code-color: $gray-900;