Make the background color for platinum a little bit darker for people with bright displays.
Switch to using the name for 'gold' instead of a hex rgb color value.
This commit is contained in:
@@ -133,9 +133,9 @@ p.indent { padding-left: 1em; padding-right: 1em;}
|
||||
.committed { font-style: italic; color: gray; }
|
||||
|
||||
/* App Support status */
|
||||
.platinum { background-color: #EFEFEF; }
|
||||
.gold { background-color: #fff600; }
|
||||
.silver { background-color: silver; }
|
||||
.platinum { background-color: #ECECEC; }
|
||||
.gold { background-color: gold; }
|
||||
.silver { background-color: silver; }
|
||||
.bronze { background-color: #fcba0a; }
|
||||
.Garbage { background-color: #999966; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user