Made line in info suggestions white instead of black

This commit is contained in:
David Panić
2018-09-23 12:50:00 +02:00
parent fece8b9416
commit 7382cd91bd

View File

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