This commit is contained in:
James Cole
2018-05-26 07:25:22 +02:00
parent fcf9b782c1
commit 4031057bc0
3 changed files with 36 additions and 21 deletions

View File

@@ -153,7 +153,7 @@ body.waiting * {
}
span.info-box-text a, span.info-box-number a {
color: #000;
color: #fff;
}
span.info-box-icon a {
@@ -161,7 +161,7 @@ span.info-box-icon a {
}
span.info-box-text a:hover, span.info-box-number a:hover {
color: #000;
color: #fff;
text-decoration: underline;
}
@@ -169,4 +169,4 @@ span.info-box-text a:hover, span.info-box-number a:hover {
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
}
}