From: Dan Brown Date: Sun, 7 Apr 2019 10:36:50 +0000 (+0100) Subject: Removed important color overrides to a tags X-Git-Tag: v0.26.0~1^2~23^2~15 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/4a127c29a5c286762f1feb0bc1a65bd10cd40ca0 Removed important color overrides to a tags --- diff --git a/resources/views/partials/custom-styles.blade.php b/resources/views/partials/custom-styles.blade.php index 47b7a832c..2a293edc5 100644 --- a/resources/views/partials/custom-styles.blade.php +++ b/resources/views/partials/custom-styles.blade.php @@ -12,8 +12,13 @@ .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') }}; }