Skip to content

Commit

Permalink
Make it easier to read selected teambuilder options (smogon#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoeenCoder authored and Zarel committed Jan 10, 2017
1 parent 4fb904f commit c028772
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -3367,9 +3367,19 @@ a.ilink.yours {
.dark .utilichart .movenamecol {
color: #DDD;
}
.dark .utilichart .cur .labelcol em,
.dark .utilichart .cur .widelabelcol em,
.dark .utilichart .cur .pplabelcol em,
.dark .utilichart .cur .statcol em,
.dark .utilichart .cur .bstcol em {
color: #FFF;
}
.dark .utilichart .col {
color: #999;
}
.dark .utilichart .cur .col {
color: #FFF;
}
.dark .setmenu button:hover,
.dark .teamlist button:hover,
.dark .utilichart a:hover .namecol,
Expand Down

0 comments on commit c028772

Please sign in to comment.