Commit cdc0a7a7 authored by Chris Rebert's avatar Chris Rebert
Browse files

Introduce $mark-bg variable so that <mark>'s background-color can be...

Introduce $mark-bg variable so that <mark>'s background-color can be customized independently of $state-warning-bg

[skip sauce]
[skip validator]
parent 5f455319
Showing with 2 additions and 1 deletion
+2 -1
......@@ -67,7 +67,7 @@ small,
mark,
.mark {
padding: .2em;
background-color: $state-warning-bg;
background-color: $mark-bg;
}
......
......@@ -549,6 +549,7 @@ $state-info-border: darken($state-info-bg, 7%) !default;
$state-warning-text: #8a6d3b !default;
$state-warning-bg: #fcf8e3 !default;
$mark-bg: $state-warning-bg !default;
$state-warning-border: darken($state-warning-bg, 5%) !default;
$state-danger-text: #a94442 !default;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment