shade future tiers

This commit is contained in:
Astro 2010-10-16 17:19:52 +02:00
parent 5d5ab75f41
commit a20baf65a7
1 changed files with 6 additions and 5 deletions

View File

@ -39,13 +39,9 @@ p {
color: white;
font-weight: bold;
}
.done {
font-weight: bold;
color: white;
}
#tier {
color: #ccc;
color: #777;
font-weight: bold;
}
#question {
@ -103,6 +99,11 @@ ul#tiers {
}
ul#tiers li {
display: list-item;
color: #777;
}
ul#tiers li.done {
font-weight: bold;
color: white;
}
#scoreboard dl {