fix: correct typo in CSS transition property and adjust hover brightness filter for service cards
This commit is contained in:
@@ -72,10 +72,10 @@
|
|||||||
|
|
||||||
.glass-card svg {
|
.glass-card svg {
|
||||||
filter: brightness(1.4);
|
filter: brightness(1.4);
|
||||||
tron: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
.glass-card:hover svg {
|
.glass-card:hover svg {
|
||||||
filter: brightness(1);
|
filter: brightness(0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.glass-card::before {
|
.glass-card::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user