mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
Improve look of user profiles
- use more standard backgounds for user card and readme - add proper border to user card
This commit is contained in:
parent
91b745a5b6
commit
951a276174
1 changed files with 8 additions and 2 deletions
|
@ -120,9 +120,15 @@
|
|||
|
||||
#readme_profile {
|
||||
padding: 1em 2em;
|
||||
border-radius: var(--border-radius);
|
||||
background: var(--color-card);
|
||||
background: var(--color-box-body);
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue