mirror of
https://github.com/romancm/gamebrary
synced 2025-01-30 03:13:23 +00:00
Game detail dark theme tweaks
This commit is contained in:
parent
811ba38ba3
commit
c19aacdc06
1 changed files with 8 additions and 0 deletions
|
@ -207,6 +207,14 @@ export default {
|
|||
background-color: $color-darker-gray;
|
||||
}
|
||||
}
|
||||
|
||||
.game-detail-container {
|
||||
background-color: $color-darker-gray;
|
||||
|
||||
@media($small) {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue