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;
}