Add fixes for profile directory

This commit is contained in:
brodokk 2022-11-21 18:22:26 +01:00 committed by GitHub
parent 7adef526a2
commit ee4243d75c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,20 @@
border-bottom: 1px solid hsl(var(--hue), 16%, 27%);
}
/* Add fixes for profile directory */
.filter-form {
/* background: #282c37; */
/* background: hsl(224, 16%, 19%); */
background: hsl(var(--hue), 16%, 19%);
}
.account-card__header img {
/* background: #17191f; */
/* background: hsl(225, 15%, 11%); */
background: hsl(var(--hue), 15%, 11%);
}
/* end brodokk fixes */
/* start brodokk bonus fixes */