Commit 2115ac52 authored by Mark Otto's avatar Mark Otto

Run grunt dist after adding 'a' requirement to the text emphasis classes

parent 3b6ab507
This diff was suppressed by a .gitattributes entry.
...@@ -492,31 +492,31 @@ cite { ...@@ -492,31 +492,31 @@ cite {
.text-primary { .text-primary {
color: #428bca; color: #428bca;
} }
.text-primary:hover { a.text-primary:hover {
color: #3071a9; color: #3071a9;
} }
.text-success { .text-success {
color: #3c763d; color: #3c763d;
} }
.text-success:hover { a.text-success:hover {
color: #2b542c; color: #2b542c;
} }
.text-info { .text-info {
color: #31708f; color: #31708f;
} }
.text-info:hover { a.text-info:hover {
color: #245269; color: #245269;
} }
.text-warning { .text-warning {
color: #8a6d3b; color: #8a6d3b;
} }
.text-warning:hover { a.text-warning:hover {
color: #66512c; color: #66512c;
} }
.text-danger { .text-danger {
color: #a94442; color: #a94442;
} }
.text-danger:hover { a.text-danger:hover {
color: #843534; color: #843534;
} }
.bg-primary { .bg-primary {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
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