amelia, cosmo, cyborg, flatly, slate: fixes text emphasis hover color, closes #170
[bootswatch] / cosmo / bootstrap.css
index 1539d7e..07429ff 100644 (file)
@@ -7450,23 +7450,28 @@ td.visible-print {
   border: none;
 }
 
-.text-primary {
+.text-primary,
+.text-primary:hover {
   color: #007fff;
 }
 
-.text-success {
+.text-success,
+.text-success:hover {
   color: #3fb618;
 }
 
-.text-danger {
+.text-danger,
+.text-danger:hover {
   color: #ff0039;
 }
 
-.text-warning {
+.text-warning,
+.text-warning:hover {
   color: #ff7518;
 }
 
-.text-info {
+.text-info,
+.text-info:hover {
   color: #9954bb;
 }