Game detail dark theme tweaks

This commit is contained in:
Roman Cervantes 2019-04-26 13:05:17 -07:00
parent 811ba38ba3
commit c19aacdc06

View file

@ -207,6 +207,14 @@ export default {
background-color: $color-darker-gray;
}
}
.game-detail-container {
background-color: $color-darker-gray;
@media($small) {
background-color: transparent;
}
}
}
}