Update from @HugoBDesigner
Merge https://gist.github.com/HugoBDesigner/1a784bf782b5994efecfb9e3adf85fc6/revisions#diff-9ce736d5cd20d2ffed32ece7bef40ab252779a444c02fe5de0238ccdf1ac1225
This commit is contained in:
parent
f5324d08db
commit
95bfd6c8bd
@ -128,28 +128,6 @@
|
|||||||
background: hsl(var(--hue), 15%, 11%);
|
background: hsl(var(--hue), 15%, 11%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Follow request fixes */
|
|
||||||
|
|
||||||
.account--panel {
|
|
||||||
/* background: #313543; */
|
|
||||||
/* background: hsl(227, 16%, 23%); */
|
|
||||||
background: hsl(var(--hue), 16%, 23%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.account--panel {
|
|
||||||
/* border-top: 1px solid #393f4f; */
|
|
||||||
/* border-top: 1px solidhsl(224, 16%, 27%); */
|
|
||||||
border-top: 1px solid hsl(var(--hue), 16%, 27%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.account--panel {
|
|
||||||
/* border-bottom: 1px solid #393f4f; */
|
|
||||||
/* border-bottom: 1px solidhsl(224, 16%, 27%); */
|
|
||||||
border-bottom: 1px solid hsl(var(--hue), 16%, 27%);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* end brodokk fixes */
|
|
||||||
|
|
||||||
/* start brodokk bonus fixes */
|
/* start brodokk bonus fixes */
|
||||||
|
|
||||||
.compose-form .autosuggest-textarea__textarea::placeholder, .compose-form .spoiler-input__input::placeholder {
|
.compose-form .autosuggest-textarea__textarea::placeholder, .compose-form .spoiler-input__input::placeholder {
|
||||||
@ -2360,6 +2338,24 @@ body.lighter {
|
|||||||
color: hsl(var(--hue), 29%, 70%);
|
color: hsl(var(--hue), 29%, 70%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.account--panel {
|
||||||
|
/* background: #313543; */
|
||||||
|
/* border-top-color: #393f4f; */
|
||||||
|
/* border-bottom-color: #393f4f; */
|
||||||
|
/* background: hsl(227, 16%, 23%); */
|
||||||
|
/* border-top-color: hsl(224, 16%, 27%); */
|
||||||
|
/* border-bottom-color: hsl(224, 16%, 27%); */
|
||||||
|
background: hsl(var(--hue), 16%, 23%);
|
||||||
|
border-top-color: hsl(var(--hue), 16%, 27%);
|
||||||
|
border-bottom-color: hsl(var(--hue), 16%, 27%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.account__header__content {
|
||||||
|
/* color: #9baec8; */
|
||||||
|
/* color: hsl(215, 29%, 70%); */
|
||||||
|
color: hsl(var(--hue), 29%, 70%);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ================= */
|
/* ================= */
|
||||||
|
Loading…
Reference in New Issue
Block a user