mirror of
https://github.com/romancm/gamebrary
synced 2025-02-19 04:28:25 +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;
|
background-color: $color-darker-gray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.game-detail-container {
|
||||||
|
background-color: $color-darker-gray;
|
||||||
|
|
||||||
|
@media($small) {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue