Settings: Fix centering and color scheme on other themes

This commit is contained in:
James Taylor 2019-09-06 14:47:37 -07:00
parent 36380b0328
commit e14ec88591
4 changed files with 17 additions and 3 deletions

View File

@ -19,3 +19,7 @@ a:not([href]){
.comment .permalink{
color: #ffffff;
}
.setting-item{
background-color: #444444;
}

View File

@ -7,3 +7,7 @@ body{
.comment .permalink{
color: #000000;
}
.setting-item{
background-color: #eeeeee;
}

View File

@ -7,3 +7,8 @@ body{
.comment .permalink{
color: #000000;
}
.setting-item{
background-color: #f8f8f8;
}

View File

@ -4,9 +4,11 @@
{% block style %}
.settings-form {
margin: auto;
width: 500px;
margin-top:10px;
padding: 10px;
display: inline-block;
background-color: #dadada;
display: block;
background-color: var(--interface-color);
}
.settings-list{
list-style: none;
@ -14,7 +16,6 @@
}
.setting-item{
margin-bottom: 10px;
background-color: #eeeeee;
padding: 5px;
}
.setting-item label{