Commit 087c68bd authored by Bootstrap's Grunt bot's avatar Bootstrap's Grunt bot
Browse files

automatic `grunt dist`

parent ba2d5564
Showing with 22 additions and 12 deletions
+22 -12
...@@ -1344,31 +1344,36 @@ mark, ...@@ -1344,31 +1344,36 @@ mark,
.text-primary { .text-primary {
color: #337ab7; color: #337ab7;
} }
a.text-primary:hover { a.text-primary:hover,
a.text-primary:focus {
color: #286090; color: #286090;
} }
.text-success { .text-success {
color: #3c763d; color: #3c763d;
} }
a.text-success:hover { a.text-success:hover,
a.text-success:focus {
color: #2b542c; color: #2b542c;
} }
.text-info { .text-info {
color: #31708f; color: #31708f;
} }
a.text-info:hover { a.text-info:hover,
a.text-info:focus {
color: #245269; color: #245269;
} }
.text-warning { .text-warning {
color: #8a6d3b; color: #8a6d3b;
} }
a.text-warning:hover { a.text-warning:hover,
a.text-warning:focus {
color: #66512c; color: #66512c;
} }
.text-danger { .text-danger {
color: #a94442; color: #a94442;
} }
a.text-danger:hover { a.text-danger:hover,
a.text-danger:focus {
color: #843534; color: #843534;
} }
.bg-primary { .bg-primary {
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1344,31 +1344,36 @@ mark, ...@@ -1344,31 +1344,36 @@ mark,
.text-primary { .text-primary {
color: #337ab7; color: #337ab7;
} }
a.text-primary:hover { a.text-primary:hover,
a.text-primary:focus {
color: #286090; color: #286090;
} }
.text-success { .text-success {
color: #3c763d; color: #3c763d;
} }
a.text-success:hover { a.text-success:hover,
a.text-success:focus {
color: #2b542c; color: #2b542c;
} }
.text-info { .text-info {
color: #31708f; color: #31708f;
} }
a.text-info:hover { a.text-info:hover,
a.text-info:focus {
color: #245269; color: #245269;
} }
.text-warning { .text-warning {
color: #8a6d3b; color: #8a6d3b;
} }
a.text-warning:hover { a.text-warning:hover,
a.text-warning:focus {
color: #66512c; color: #66512c;
} }
.text-danger { .text-danger {
color: #a94442; color: #a94442;
} }
a.text-danger:hover { a.text-danger:hover,
a.text-danger:focus {
color: #843534; color: #843534;
} }
.bg-primary { .bg-primary {
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
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