Merge pull request #93 from rajanitnavapara/patch-2
Updated to Dark Mode
This commit is contained in:
commit
d58a0cdaaa
@ -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…
Reference in New Issue
Block a user