Made line in info suggestions white instead of black
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user