Updated to Dark Modee

Changed color value to turn it into Dark Mode.
pull/93/head
Rajanit Nagajibhai Navapara 3 years ago committed by GitHub
parent f682234a3c
commit 11d4ec226d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,10 +2,11 @@
* { * {
box-sizing: border-box; box-sizing: border-box;
} }
body { body {
background-color: #e1e1e1; background-color: #383838;
font-family: 'Muli', sans-serif; font-family: 'Muli', sans-serif;
display: flex; display: flex;
align-items: center; align-items: center;
@ -17,8 +18,8 @@ body {
} }
.key { .key {
border: 1px solid #999; border: 1px solid #999999;
background-color: #eee; background-color: #2B2B2B;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
@ -28,6 +29,7 @@ body {
flex-direction: column; flex-direction: column;
margin: 10px; margin: 10px;
min-width: 150px; min-width: 150px;
color: white;
position: relative; position: relative;
} }
@ -37,12 +39,6 @@ body {
left: 0; left: 0;
text-align: center; text-align: center;
width: 100%; width: 100%;
color: #555; color: #c4c4c4;
font-size: 14px; font-size: 14px;
} }
@media(max-width:768px){
.key{
margin: 10px 0px;
}
}
Loading…
Cancel
Save