mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
7 lines
148 B
CSS
7 lines
148 B
CSS
.application-name {
|
|
opacity: 1;
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.application.selected .application-name {
|
|
color: rgba(255, 255, 255, 1);
|
|
}
|