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 {
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;
}
}