Dark theme improvement #51

Open
davidpanic wants to merge 2 commits from davidpanic/info-suggestions-fix into master
Showing only changes of commit 7382cd91bd - Show all commits
+7 -1
View File
@@ -103,6 +103,12 @@ textarea {
.notice { .notice {
color:white; color:white;
} }
.info-suggestions a:not(:hover) { .info-suggestions {
a:not(:hover) {
color: gray; color: gray;
} }
a:first-child {
border-right: 1px solid white !important;
}
}