mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
Improved game detail dark theme
This commit is contained in:
parent
bc900abef3
commit
69c1d0d3b1
1 changed files with 3 additions and 1 deletions
|
@ -152,8 +152,10 @@ export default {
|
|||
}
|
||||
|
||||
&.dark {
|
||||
background: $color-darkest-gray;
|
||||
|
||||
.game-detail-container {
|
||||
background: #333;
|
||||
background: $color-darkest-gray;
|
||||
color: $color-gray;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue