💄 set background to black of screen

This commit is contained in:
Chase Manning 2023-09-05 11:36:38 +03:00
commit a60e3488ed

View file

@ -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);