Settings: Fix centering and color scheme on other themes
This commit is contained in:
parent
36380b0328
commit
e14ec88591
@ -19,3 +19,7 @@ a:not([href]){
|
||||
.comment .permalink{
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.setting-item{
|
||||
background-color: #444444;
|
||||
}
|
||||
|
@ -7,3 +7,7 @@ body{
|
||||
.comment .permalink{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.setting-item{
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
@ -7,3 +7,8 @@ body{
|
||||
.comment .permalink{
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
|
||||
.setting-item{
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user