WIP: Convert Settings to components

This commit is contained in:
Nelson Chan 2021-10-20 18:54:20 +08:00
parent 74d2b38cb6
commit f9bb48de13
12 changed files with 1190 additions and 633 deletions

View file

@ -188,8 +188,8 @@ main {
.dark {
header {
background-color: #161b22;
border-bottom-color: #161b22 !important;
background-color: $dark-header-bg;
border-bottom-color: $dark-header-bg !important;
span {
color: #f0f6fc;