[matrix] Set theme to system preferred by default

This commit is contained in:
Josh
2020-08-29 17:57:17 +10:00
committed by GitHub
parent a9d6d90a8f
commit 42498d26f7
3 changed files with 77 additions and 17 deletions

View File

@@ -289,6 +289,11 @@ header > nav > a:hover {
margin-right: 0.5em;
}
.setting h3 {
display: inline-block;
margin-left: 2em;
}
.sub-header > .settings:hover {
color: var(--settings-hover);
}