]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/main.css
Merge pull request #2335 from wallabag/fix-quickstart-css
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / main.css
index 00d7a8699e1f52320cbf87566c08846e4d459f37..397622bdaaa711690b5ace4fcf5821d7b54029d6 100755 (executable)
@@ -408,12 +408,16 @@ main ul.row {
 }
 
 .card .card-action a {
-  color: #fff !important;
+  color: #fff;
   margin: 0;
 }
 
 .card .card-action a:hover {
-  color: #fff !important;
+  color: #fff;
+}
+
+.quickstart .card .card-action a, .quickstart .card .card-action a:hover {
+    color: #fff !important;
 }
 
 .settings .div_tabs {