update interface (fixes issue #6)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
.clear:after {
|
||||
content: '';
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user