Layout: Add themes

This commit is contained in:
James Taylor
2019-08-25 15:25:24 -07:00
parent 609244e34f
commit e9b16ef71f
12 changed files with 79 additions and 21 deletions

View File

@@ -69,7 +69,7 @@
display:grid;
grid-template-columns: auto auto 100px 1fr;
grid-template-rows: 0fr 0fr 0fr 0fr;
background-color: #dadada;
background-color: var(--interface-color);
justify-content: start;
}
@@ -102,8 +102,6 @@
grid-column: 3;
grid-row: 1;
white-space: nowrap;
color: black;
}