mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-10-22 03:36:53 +00:00
💄 set background to black of screen
This commit is contained in:
parent
6dcd290759
commit
a60e3488ed
1 changed files with 3 additions and 1 deletions
|
@ -131,11 +131,13 @@
|
|||
background-color: #23252d;
|
||||
}
|
||||
.gameboy .screen-area .display {
|
||||
background-color: #929d97;
|
||||
background-color: black;
|
||||
height: 190px;
|
||||
width: 100%;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 15px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
@media (min-width: 768px) {
|
||||
height: calc(100% - 45px);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue