client: Use correct color

This commit is contained in:
Elian Doran 2024-08-03 21:37:46 +03:00
parent ab25778e7e
commit deb2f389df
No known key found for this signature in database

View File

@ -21,6 +21,10 @@ const TPL = `
position: relative; position: relative;
} }
.global-menu-button > svg path {
fill: var(--launcher-pane-text-color);
}
.global-menu-button:hover { border: 0; } .global-menu-button:hover { border: 0; }
.global-menu-button:hover > svg path.st0 { fill:#95C980; } .global-menu-button:hover > svg path.st0 { fill:#95C980; }
.global-menu-button:hover > svg path.st1 { fill:#72B755; } .global-menu-button:hover > svg path.st1 { fill:#72B755; }