Dark theme improvement #51

Open
davidpanic wants to merge 2 commits from davidpanic/info-suggestions-fix into master

View File

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