2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Corrected color contrast to WCAG 2.0 AA

This commit is contained in:
Mario Bonito
2013-11-09 13:03:21 -05:00
parent 463343af63
commit 4386650e60
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -586,14 +586,14 @@ h1[id] {
border-color: #faebcc;
}
.bs-callout-warning h4 {
color: #c09853;
color: #8a6d3b;
}
.bs-callout-info {
background-color: #f4f8fa;
border-color: #bce8f1;
}
.bs-callout-info h4 {
color: #3a87ad;
color: #34789a;
}