Add darkmode switch button

This commit is contained in:
2023-06-25 21:58:24 +08:00
parent ddd3548e2b
commit 0a78c23d85
6 changed files with 48 additions and 19 deletions

View File

@@ -201,3 +201,7 @@ body {
.dark-scheme .mdc-notched-outline__idle{
color: white!important;
}
.mdc-top-app-bar__section--align-end > * {
margin: 0 5px;
}