]> BookStack Code Mirror - bookstack/commitdiff
Removed important color overrides to a tags
authorDan Brown <redacted>
Sun, 7 Apr 2019 10:36:50 +0000 (11:36 +0100)
committerDan Brown <redacted>
Sun, 7 Apr 2019 10:36:50 +0000 (11:36 +0100)
resources/views/partials/custom-styles.blade.php

index 47b7a832c0377896ec2e12f27736a4983eeba272..2a293edc5f4b5f22209d13860e038508978eee67 100644 (file)
     .nav-tabs a.selected, .nav-tabs .tab-item.selected {
         border-bottom-color: {{ setting('app-color') }};
     }
-    .text-primary, .text-primary-hover:hover, .text-primary:hover, a, a:hover, a:focus, .text-button, .text-button:hover, .text-button:focus {
+    .text-primary, .text-primary-hover:hover, .text-primary:hover {
         color: {{ setting('app-color') }} !important;
-        fill: {{ setting('app-color') }} !important;;
+        fill: {{ setting('app-color') }} !important;
+    }
+
+    a, a:hover, a:focus, .text-button, .text-button:hover, .text-button:focus {
+        color: {{ setting('app-color') }};
+        fill: {{ setting('app-color') }};
     }
 </style>