1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-03-31 02:51:36 +02:00

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 {