Merge pull request 'Improve look of user profiles' (#2875) from 0ko/forgejo:profile-card-bg into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2875
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
Earl Warren 2024-03-30 10:19:12 +00:00
commit 659452a1bc

View file

@ -120,9 +120,15 @@
#readme_profile { #readme_profile {
padding: 1em 2em; padding: 1em 2em;
border-radius: var(--border-radius); background: var(--color-box-body);
background: var(--color-card);
border: 1px solid var(--color-secondary); border: 1px solid var(--color-secondary);
border-radius: var(--border-radius);
}
#profile-avatar-card {
background: var(--color-box-body);
border: 1px solid var(--color-secondary);
border-radius: var(--border-radius);
} }
#notification_table { #notification_table {