1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Allow <mark> colors customization for color modes (#39141)

This commit is contained in:
Julien Déramond
2023-09-13 08:50:42 +02:00
committed by GitHub
parent bb10c996d4
commit bde23ae661
4 changed files with 7 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ $headings-color-dark: inherit !default;
$link-color-dark: tint-color($primary, 40%) !default;
$link-hover-color-dark: shift-color($link-color-dark, -$link-shade-percentage) !default;
$code-color-dark: tint-color($code-color, 40%) !default;
$mark-color-dark: $body-color-dark !default;
$mark-bg-dark: $yellow-800 !default;
//