mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +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 {
|
#account-container .stats {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 8px;
|
gap: 16px;
|
||||||
|
color: var(--text-insignificant-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#account-container .actions {
|
#account-container .actions {
|
||||||
|
|
Loading…
Reference in a new issue