Removed important color overrides to a tags

This commit is contained in:
Dan Brown 2019-04-07 11:36:50 +01:00
parent 8c21b5345d
commit 4a127c29a5
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -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') }};
}
</style>