Commit aa1e3e73 authored by XhmikosR's avatar XhmikosR

Tweak colors to improve accessibility.

parent 46b0e94e
...@@ -137,7 +137,7 @@ body { ...@@ -137,7 +137,7 @@ body {
padding-top: 40px; padding-top: 40px;
padding-bottom: 40px; padding-bottom: 40px;
margin-top: 100px; margin-top: 100px;
color: #777; color: #767676;
text-align: center; text-align: center;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
...@@ -554,7 +554,7 @@ body { ...@@ -554,7 +554,7 @@ body {
padding: 4px 20px; padding: 4px 20px;
font-size: 13px; font-size: 13px;
font-weight: 500; font-weight: 500;
color: #999; color: #767676;
} }
.bs-docs-sidebar .nav > li > a:hover, .bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus { .bs-docs-sidebar .nav > li > a:focus {
...@@ -709,22 +709,22 @@ h1[id] { ...@@ -709,22 +709,22 @@ h1[id] {
/* Variations */ /* Variations */
.bs-callout-danger { .bs-callout-danger {
border-left-color: #d9534f; border-left-color: #ce4844;
} }
.bs-callout-danger h4 { .bs-callout-danger h4 {
color: #d9534f; color: #ce4844;
} }
.bs-callout-warning { .bs-callout-warning {
border-left-color: #f0ad4e; border-left-color: #aa6708;
} }
.bs-callout-warning h4 { .bs-callout-warning h4 {
color: #f0ad4e; color: #aa6708;
} }
.bs-callout-info { .bs-callout-info {
border-left-color: #5bc0de; border-left-color: #1b809e;
} }
.bs-callout-info h4 { .bs-callout-info h4 {
color: #5bc0de; color: #1b809e;
} }
...@@ -955,7 +955,7 @@ h1[id] { ...@@ -955,7 +955,7 @@ h1[id] {
/* Typography */ /* Typography */
.bs-example-type .table .type-info { .bs-example-type .table .type-info {
color: #999; color: #767676;
vertical-align: middle; vertical-align: middle;
} }
.bs-example-type .table td { .bs-example-type .table td {
...@@ -1518,7 +1518,7 @@ h1[id] { ...@@ -1518,7 +1518,7 @@ h1[id] {
display: block; display: block;
padding: 5px 8px; padding: 5px 8px;
font-size: 12px; font-size: 12px;
color: #777; color: #767676;
cursor: pointer; cursor: pointer;
background-color: #fff; background-color: #fff;
border: 1px solid #e1e1e8; border: 1px solid #e1e1e8;
......
Markdown is supported
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