[chore/frontend] Adjust contrast, mute blurple a bit (#2785)

This commit is contained in:
tobi 2024-03-26 12:02:09 +01:00 committed by GitHub
commit ac3f195b56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 56 additions and 76 deletions

View file

@ -50,10 +50,16 @@ html, body {
scrollbar-color: var(--pink) var(--eggshell);
}
/* Instance title color */
.page-header a h1 {
color: var(--eggshell);
}
/* Role badge background */
.profile .profile-header .basic-info .namerole .role {
background: var(--eggshell);
}
/* Profile fields */
.profile .about-user .fields .field {
border-bottom: 0.1rem solid var(--orange);