brodokk 2023-05-28 10:43:11 +00:00
parent f5324d08db
commit 95bfd6c8bd

View File

@ -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%);
}
/* ================= */ /* ================= */