1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-02 00:06:46 +02:00

darken primary blue for accessibility contrast on link colors

This commit is contained in:
Mark Otto
2014-11-09 23:11:28 -08:00
parent d1278efcc5
commit eb74a8cbf3
17 changed files with 162 additions and 162 deletions

View File

@@ -437,7 +437,7 @@ body {
color: #333;
}
.bs-docs-featurette-img:hover {
color: #428bca;
color: #337ab7;
text-decoration: none;
}
.bs-docs-featurette-img img {
@@ -771,7 +771,7 @@ h1[id] {
background-color: #eee;
}
.color-swatches .brand-primary {
background-color: #428bca;
background-color: #337ab7;
}
.color-swatches .brand-success {
background-color: #5cb85c;