2.2.8 Change Volume

This commit is contained in:
Raphix
2023-05-05 13:53:36 +02:00
parent 738020b16f
commit fe2688d6b6
8 changed files with 53 additions and 16 deletions

View File

@ -11,11 +11,11 @@
text-align: center;
display: flex;
flex-direction: column;
background-color: rgb(38, 37, 37);
background-color: #36374c;
padding: 10%;
color: white;
border-radius: 15px;
box-shadow: 2px 2px 5px rgb(38, 37, 37) ;
box-shadow: 2px 2px 5px #36374c ;
-webkit-user-select: none;
user-select: none;
align-items: center