style: go dark

This commit is contained in:
cv
2021-04-15 13:51:51 +02:00
parent 8f9eb970d3
commit c25633ade4
21 changed files with 270 additions and 185 deletions
@@ -1,6 +1,6 @@
.time {
background-color: #fff8;
border: 1px solid #0001;
background-color: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.05);
border-radius: 4px;
width: 5em;
height: fit-content;
@@ -9,19 +9,18 @@
.editable,
.delayedEditable {
text-align: center;
border-radius: 4px;
}
.delayedEditable {
background-color: #ecc94b22;
border: 1px solid #ecc94b;
}
.delayValue {
font-size: 14px;
line-height: 2em;
color: #555;
background-color: #ffeaa066;
color: #fff;
border-radius: 4px;
padding: 0.3em 0;
text-align: center;
border: 1px solid #0001;
align-self: flex-start;
background-color: #d69e2e;
}