mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 08:45:32 +03:00
Make stats less significant
This commit is contained in:
parent
33637c76d1
commit
4b93d13256
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
#account-container .stats {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
gap: 16px;
|
||||
color: var(--text-insignificant-color);
|
||||
}
|
||||
|
||||
#account-container .actions {
|
||||
|
|
Loading…
Reference in a new issue