diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/main/games.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/main/games.scss b/app/assets/stylesheets/main/games.scss index 5c39701..db495e2 100644 --- a/app/assets/stylesheets/main/games.scss +++ b/app/assets/stylesheets/main/games.scss | |||
@@ -6,11 +6,11 @@ | |||
6 | width: 100%; | 6 | width: 100%; |
7 | 7 | ||
8 | tr { | 8 | tr { |
9 | &.even { | 9 | &.odd { |
10 | background-color: #fff; | 10 | background-color: #fff; |
11 | } | 11 | } |
12 | 12 | ||
13 | &.odd { | 13 | &.even { |
14 | background-color: #edf; | 14 | background-color: #edf; |
15 | } | 15 | } |
16 | } | 16 | } |