summaryrefslogtreecommitdiff
path: root/amelia/bootswatch.less
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 /amelia/bootswatch.less
parentb97fac3fa161f48f49a30e14d38bb9bf0c97a90a (diff)
amelia, cosmo, cyborg, flatly, slate: fixes text emphasis hover color, closes #170
Diffstat (limited to 'amelia/bootswatch.less')
-rw-r--r--amelia/bootswatch.less15
1 files changed, 10 insertions, 5 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index e8bdc887..54de7be3 100644
--- a/amelia/bootswatch.less
+++ b/amelia/bootswatch.less
@@ -35,23 +35,28 @@
// Typography =================================================================
-.text-primary {
+.text-primary,
+.text-primary:hover {
color: lighten(@brand-primary, 40%);
}
-.text-success {
+.text-success,
+.text-success:hover {
color: lighten(@brand-success, 20%);
}
-.text-danger {
+.text-danger,
+.text-danger:hover {
color: lighten(@brand-danger, 20%);
}
-.text-warning {
+.text-warning,
+.text-warning:hover {
color: lighten(@brand-warning, 20%);
}
-.text-info {
+.text-info,
+.text-info:hover {
color: lighten(@brand-info, 40%);
}