Use opacity instead of color

Allow skeleton styles to work
This commit is contained in:
Lim Chee Aun 2022-12-12 09:50:15 +08:00
parent 21cfec3386
commit 0289d20d8b

View file

@ -17,7 +17,7 @@
display: flex;
flex-wrap: wrap;
gap: 16px;
color: var(--text-insignificant-color);
opacity: 0.75;
}
#account-container .actions {