summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-11-04 13:30:07 -0500
committerThomas Park <thomas@thomaspark.me>2013-11-04 13:30:07 -0500
commit22dcd86b5cd5e7d128438867405bdeea42a24ca0 (patch)
tree03324c2f24cb87521795cdc96e13e2270b25f207 /slate/bootstrap.css
parentb97fac3fa161f48f49a30e14d38bb9bf0c97a90a (diff)
amelia, cosmo, cyborg, flatly, slate: fixes text emphasis hover color, closes #170
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index 3702971b..4053fbe6 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -7630,23 +7630,28 @@ h6 {
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
-.text-primary {
+.text-primary,
+.text-primary:hover {
color: #7a8288;
}
-.text-success {
+.text-success,
+.text-success:hover {
color: #62c462;
}
-.text-danger {
+.text-danger,
+.text-danger:hover {
color: #ee5f5b;
}
-.text-warning {
+.text-warning,
+.text-warning:hover {
color: #f89406;
}
-.text-info {
+.text-info,
+.text-info:hover {
color: #5bc0de;
}