Make stats less significant

This commit is contained in:
Lim Chee Aun 2022-12-10 20:48:23 +08:00
parent 33637c76d1
commit 4b93d13256

View file

@ -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 {