update interface (fixes issue #6)

This commit is contained in:
Georg Fischer
2015-12-23 23:09:12 +01:00
parent af20f1e045
commit f2e76ee1f3
124 changed files with 10878 additions and 2600 deletions
+19
View File
@@ -0,0 +1,19 @@
body {
color: #333;
}
input {
color: #ccc;
}
a {
color: #06f;
}
.color-bg {
background-color: hsla(0, 0%, 20%, 1);
}
.color-bg-light {
background-color: hsla(0, 0%, 30%, 1);
}
+5
View File
@@ -0,0 +1,5 @@
.clear:after {
content: '';
display: table;
clear: both;
}
+23
View File
@@ -0,0 +1,23 @@
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
button {
font-family: -apple-system, Roboto, 'Lucida Grande', sans-serif;
font-size: 11px;
}
label,
time {
font-family: -apple-system, Roboto, 'Lucida Grande', sans-serif;
font-size: 11px;
}
input {
font-family: 'Menlo', 'Lucida Grande', sans-serif;
font-size: 11px;
}