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

View File

@@ -103,6 +103,12 @@ textarea {
.notice {
color:white;
}
.info-suggestions a:not(:hover) {
color: gray;
.info-suggestions {
a:not(:hover) {
color: gray;
}
a:first-child {
border-right: 1px solid white !important;
}
}