Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2016-02-16 11:04:30 +0300
committerChris Rebert <code@chrisrebert.com>2016-02-16 11:44:55 +0300
commitcdc0a7a748ce130335f0617753a15dda529f5f26 (patch)
tree2e0b9bddd38d892792d742c1663620589d129f80 /scss/_type.scss
parent5f455319e206dc4f29249d34f5592037a179cf87 (diff)
Introduce $mark-bg variable so that <mark>'s background-color can be customized independently of $state-warning-bg
[skip sauce] [skip validator]
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 1075757795..3bb3551509 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -67,7 +67,7 @@ small,
mark,
.mark {
padding: .2em;
- background-color: $state-warning-bg;
+ background-color: $mark-bg;
}