dark mode + .... some form of toggle :)

This commit is contained in:
2022-09-11 00:00:31 +02:00
parent c22687de6d
commit 31c106c58e
20 changed files with 291 additions and 20 deletions

View File

@@ -3,9 +3,9 @@
.header {
align-items: baseline;
background: #fff;
background: $color-bg;
border-bottom: 1px solid #808080;
color: #000;
color: $color-base;
display: flex;
height: 50px;
justify-content: space-between;
@@ -33,7 +33,7 @@
}
.name {
color: #000;
color: $color-base;
}
}