mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-30 18:41:36 +02:00
Use opacity instead of color
Allow skeleton styles to work
This commit is contained in:
parent
21cfec3386
commit
0289d20d8b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
color: var(--text-insignificant-color);
|
opacity: 0.75;
|
||||||
}
|
}
|
||||||
|
|
||||||
#account-container .actions {
|
#account-container .actions {
|
||||||
|
|
Loading…
Add table
Reference in a new issue