summaryrefslogtreecommitdiff
path: root/cyborg/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 /cyborg/bootstrap.css
parentb97fac3fa161f48f49a30e14d38bb9bf0c97a90a (diff)
amelia, cosmo, cyborg, flatly, slate: fixes text emphasis hover color, closes #170
Diffstat (limited to 'cyborg/bootstrap.css')
-rw-r--r--cyborg/bootstrap.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css
index a72d9b2e..cab6e3c1 100644
--- a/cyborg/bootstrap.css
+++ b/cyborg/bootstrap.css
@@ -7450,23 +7450,28 @@ td.visible-print {
border-bottom: 1px solid #282828;
}
-.text-primary {
+.text-primary,
+.text-primary:hover {
color: #2a9fd6;
}
-.text-success {
+.text-success,
+.text-success:hover {
color: #77b300;
}
-.text-danger {
+.text-danger,
+.text-danger:hover {
color: #cc0000;
}
-.text-warning {
+.text-warning,
+.text-warning:hover {
color: #ff8800;
}
-.text-info {
+.text-info,
+.text-info:hover {
color: #9933cc;
}