Update from @HugoBDesigner
Merge https://gist.github.com/HugoBDesigner/1a784bf782b5994efecfb9e3adf85fc6/revisions#diff-9ce736d5cd20d2ffed32ece7bef40ab252779a444c02fe5de0238ccdf1ac1225
This commit is contained in:
parent
95bfd6c8bd
commit
725ce4e9fe
@ -1198,8 +1198,11 @@ a.status-card:hover {
|
|||||||
|
|
||||||
.account__header__bar .avatar .account__avatar {
|
.account__header__bar .avatar .account__avatar {
|
||||||
/* border-color: #313543; */
|
/* border-color: #313543; */
|
||||||
|
/* background: #17191f; */
|
||||||
/* border-color: hsl(227, 16%, 23%); */
|
/* border-color: hsl(227, 16%, 23%); */
|
||||||
|
/* background: hsl(225, 15%, 11%); */
|
||||||
border-color: hsl(var(--hue), 16%, 23%);
|
border-color: hsl(var(--hue), 16%, 23%);
|
||||||
|
background: hsl(var(--hue), 15%, 11%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-wrapper .content h4 {
|
.admin-wrapper .content h4 {
|
||||||
@ -2356,6 +2359,12 @@ body.lighter {
|
|||||||
color: hsl(var(--hue), 29%, 70%);
|
color: hsl(var(--hue), 29%, 70%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.limited-account-hint p {
|
||||||
|
/* color: #d9e1e8; */
|
||||||
|
/* color: hsl(208, 25%, 88%); */
|
||||||
|
color: hsl(var(--hue), 25%, 88%);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ================= */
|
/* ================= */
|
||||||
|
Loading…
Reference in New Issue
Block a user