amelia, cosmo, cyborg, flatly, slate: fixes text emphasis hover color, closes #170
[bootswatch] / cyborg / bootstrap.css
index a72d9b2..cab6e3c 100644 (file)
@@ -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;
 }