Files
Vladyslav Hroshev 2aeb348f19 Fixes #67: Replaced png launchpad with svg
- new launchpad icon was provided by @omarellahi
2025-07-24 22:56:30 +03:00

7 lines
185 B
CSS

/* Change Show Apps icon to macOS Launchpad icon */
.show-apps .show-apps-icon {
color: transparent;
background-image: url("./launchpad.svg");
background-size: contain;
}