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 {
|
#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 {
|
||||||
|
|
Loading…
Reference in a new issue