aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorBootstrap's Grunt bot <[email protected]>2015-03-26 05:10:31 +0000
committerBootstrap's Grunt bot <[email protected]>2015-03-26 05:10:31 +0000
commit087c68bd8597939a93210dc7ea1503d6901e3aab (patch)
tree7c51b8666808b4b032baa16c07715a4eb17d039b /dist/css/bootstrap.css
parentba2d556455c6dad083d31bf052e1f1d09a7da99a (diff)
downloadbootstrap-087c68bd8597939a93210dc7ea1503d6901e3aab.tar.xz
bootstrap-087c68bd8597939a93210dc7ea1503d6901e3aab.zip
automatic `grunt dist`
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 15929f02e..4f5f45f3c 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1344,31 +1344,36 @@ mark,
.text-primary {
color: #337ab7;
}
-a.text-primary:hover {
+a.text-primary:hover,
+a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
-a.text-success:hover {
+a.text-success:hover,
+a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
-a.text-info:hover {
+a.text-info:hover,
+a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
-a.text-warning:hover {
+a.text-warning:hover,
+a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
-a.text-danger:hover {
+a.text-danger:hover,
+a.text-danger:focus {
color: #843534;
}
.bg-primary {