Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Update styles.css #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ body {
background-color: #09203f;
}

::-webkit-scrollbar {
::-webkit-scrollbar {
display: none;
}

Expand All @@ -22,7 +22,7 @@ button {
}

.beaker {
border-bottom: 30vh solid #275cce;
border-bottom: 30vh solid #ce2775;
border-left: 10vh solid transparent;
border-right: 10vh solid transparent;
border-radius: 25vh 25vh 2vh 2vh;
Expand All @@ -32,14 +32,14 @@ button {
line-height: 25vh;
font-size: 15vh;
text-align: center;
color: #6c91e0;
color: #e06c6c;
font-family: Arial, Helvetica, sans-serif;
margin: 1%;
filter: drop-shadow(0 1mm 30mm #537895);
filter: drop-shadow(0 1mm 30mm #b34c3a);
}

.currentBalanceContent {
background-color: #275cce60;
background-color: #ce322760;
color: white;
position: fixed;
right: 25px;
Expand All @@ -58,7 +58,7 @@ button {
#buttonReboot {
border: none;
color: white;
background-color: #275cce;
background-color: #ce3227;
padding: 15px 32px;
text-align: center;
text-decoration: none;
Expand All @@ -71,7 +71,7 @@ button {
}

#buttonReboot:hover {
background-color: #275cce60;
background-color: #ce402760;
transition: 0.4s;
}

Expand All @@ -92,7 +92,7 @@ button {

.changeLevelButton>.bx {
color: rgb(255, 255, 255, 255);
background-color: #275cce60;
background-color: #6727ce60;
border-radius: 50%;
font-size: 40px;
text-decoration: none;
Expand All @@ -101,7 +101,7 @@ button {
}

.changeLevelButton .bx:hover {
background-color: #275cce;
background-color: #ce4e27;
}

#mobil-vertical {
Expand All @@ -120,6 +120,7 @@ button {
.board {
display: none;
}

#mobil-vertical {
display: block;
}
Expand All @@ -129,4 +130,4 @@ button {
#mobil-vertical {
display: none;
}
}
}