Skip to content
Snippets Groups Projects
Commit 84bd5c0b authored by Kayz's avatar Kayz
Browse files

don't override link color as this makes button labels light blue

parent db184335
No related branches found
No related tags found
1 merge request!113i should not have overrode button styles on dark mode, it keeps from using...
...@@ -55,11 +55,6 @@ span.message-header.unread { ...@@ -55,11 +55,6 @@ span.message-header.unread {
/*** Dark mode ***/ /*** Dark mode ***/
/* default links, like the breadcrumbs */
.dark a {
color: #75b8f1;
}
/* background of the top bar */ /* background of the top bar */
.dark .navbar { .dark .navbar {
background-color: #222; background-color: #222;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment