[matrix] Set theme to system preferred by default

This commit is contained in:
Josh
2020-08-29 17:57:17 +10:00
committed by Rapptz
parent a04a410c8a
commit ffdddb0fe5
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);
}