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
@@ -2,14 +2,14 @@
.titleUnderlined {
padding-left: 1em;
font-size: 0.8em;
color: #888;
color: #aaa;
display: inline-block;
width: 6em;
cursor: default;
}
.titleUnderlined {
border-bottom: 1px solid #0001;
border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.block {
@@ -23,4 +23,4 @@
.editable13 {
width: '13em';
min-width: '13em';
}
}