Added night-mode with the application.

This commit is contained in:
Bram van der Veen 2015-07-24 08:40:53 +02:00
parent dc1068f879
commit 22f7b0c2de

View file

@ -1,6 +1,37 @@
//style.less //style.less
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400|Oswald'); @import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400|Oswald');
.night {
background-color: black;
color: #C1C1C1;
#title {
color: #C1C1C1;
}
input[type="text"] {
background-color: black;
color: #C1C1C1;
}
.bar {
background-color: #333;
color: #C1C1C1;
}
.hour {
border-color: #515151 !important;
}
.found li {
border-color: #515151 !important;
&:hover {
background-color: #333;
}
}
}
.big { .big {
margin-top: 10%; margin-top: 10%;
} }