This commit is contained in:
Alicia 2019-02-23 16:09:21 +00:00
parent e1acdbe1bc
commit 4c33ed64aa

View File

@ -125,10 +125,10 @@ a.inherit:hover {
} }
.white.background { .white.background {
background-color: #FFF !important; background-color: #454545 !important;
} }
body.ds .white.background { body.ds .white.background {
background-color: #454545 !important; background-color: #FFF !important;
} }
.user.avatar { .user.avatar {
@ -172,18 +172,18 @@ body.ds .white.background {
} }
.subtitle, .about.title { .subtitle, .about.title {
color: rgba(0,0,0,.6); color: rgba(255,255,255,.8);
} }
.subtitle b { .subtitle b {
color: rgba(0,0,0,.87); color: rgba(255,255,255,.8);
} }
/* ds = Dark Site */ /* ds = Dark Site */
body.ds .subtitle, body.ds .about.title { body.ds .subtitle, body.ds .about.title {
color: rgba(255,255,255,.8); color: rgba(0,0,0,.6);
} }
body.ds .subtitle b { body.ds .subtitle b {
color: rgba(255,255,255,.94); color: rgba(0,0,0,.87);
} }
.little.margin.top { .little.margin.top {