style: reduce clickable background opacity to 0.3
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
transition: background-color 0.2s ease;
|
transition: background-color 0.2s ease;
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: hsl(var(--muted) / 0.5);
|
background-color: hsl(var(--muted) / 0.3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
@media (hover: hover) and (pointer: fine) {
|
@media (hover: hover) and (pointer: fine) {
|
||||||
.clickable:hover {
|
.clickable:hover {
|
||||||
background-color: hsl(var(--muted) / 0.5);
|
background-color: hsl(var(--muted) / 0.3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user