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{
|
.comment .permalink{
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.setting-item{
|
||||||
|
background-color: #444444;
|
||||||
|
}
|
||||||
|
@ -7,3 +7,7 @@ body{
|
|||||||
.comment .permalink{
|
.comment .permalink{
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.setting-item{
|
||||||
|
background-color: #eeeeee;
|
||||||
|
}
|
||||||
|
@ -7,3 +7,8 @@ body{
|
|||||||
.comment .permalink{
|
.comment .permalink{
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.setting-item{
|
||||||
|
background-color: #f8f8f8;
|
||||||
|
}
|
||||||
|
@ -4,9 +4,11 @@
|
|||||||
{% block style %}
|
{% block style %}
|
||||||
.settings-form {
|
.settings-form {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
width: 500px;
|
||||||
|
margin-top:10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
display: inline-block;
|
display: block;
|
||||||
background-color: #dadada;
|
background-color: var(--interface-color);
|
||||||
}
|
}
|
||||||
.settings-list{
|
.settings-list{
|
||||||
list-style: none;
|
list-style: none;
|
||||||
@ -14,7 +16,6 @@
|
|||||||
}
|
}
|
||||||
.setting-item{
|
.setting-item{
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
background-color: #eeeeee;
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
.setting-item label{
|
.setting-item label{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user