mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01: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;
|
||||
flex-wrap: wrap;
|
||||
gap: 16px;
|
||||
color: var(--text-insignificant-color);
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
#account-container .actions {
|
||||
|
|
Loading…
Reference in a new issue