mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Brighten yellow for pending
This commit is contained in:
parent
5d90a99d8e
commit
09414e611b
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#summary.pending, #pending-list, #example-list li.example.pending {
|
#summary.pending, #pending-list, #example-list li.example.pending {
|
||||||
border-left: #aaaa00 solid 0.5em;
|
border-left: #eeee00 solid 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.totals {
|
.totals {
|
||||||
|
@ -54,7 +54,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.result.pending {
|
.result.pending {
|
||||||
color: #aaaa00;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue