Improved game detail dark theme

This commit is contained in:
Roman Cervantes 2019-01-16 23:23:34 -07:00
parent bc900abef3
commit 69c1d0d3b1

View file

@ -152,8 +152,10 @@ export default {
}
&.dark {
background: $color-darkest-gray;
.game-detail-container {
background: #333;
background: $color-darkest-gray;
color: $color-gray;
}
}