mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 10:22:25 -05:00
[chore/frontend] Adjust contrast, mute blurple a bit (#2785)
This commit is contained in:
parent
8953f57d88
commit
ac3f195b56
4 changed files with 56 additions and 76 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue