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

@@ -217,6 +217,7 @@ small {
mark {
padding: $mark-padding;
color: var(--#{$prefix}highlight-color);
background-color: var(--#{$prefix}highlight-bg);
}