mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-28 01:10:54 +01:00
8 lines
209 B
CSS
8 lines
209 B
CSS
|
|
.spotlightAction:hover {
|
||
|
|
background-color: alpha(var(--mantine-primary-color-filled), 0.1);
|
||
|
|
}
|
||
|
|
|
||
|
|
.spotlightAction[data-selected="true"] {
|
||
|
|
background-color: alpha(var(--mantine-primary-color-filled), 0.3);
|
||
|
|
}
|