diff --git a/sarahs.html b/sarahs.html
index 6181e6d..add2e35 100644
--- a/sarahs.html
+++ b/sarahs.html
@@ -11,23 +11,16 @@
--darkblue: #012f43; /*accent2*/
}
- /* Hover-Effects */.hex:hover .hex-hover {
- fill: var(--yellow); transition: fill 0.5s ease-in; /* Smooth transition */
+ .hex path, .hex-hover {
+ transition: fill 0.5s ease;
+ }
+
+ .hex:hover .hex-hover {
+ fill: var(--yellow);
}
.hex:hover .icon-hover {
fill: var(--black);
- transition: fill 0.5s ease-out; /* Smooth transition */
- }
-
- /* Hover-Effects */
- .hex-1:hover .hex-1 {
- fill: var(--yellow);
- transition: fill 0.5s ease-in; /* Smooth transition */
- }
-
- .hex-1:hover .icon-hover {
- fill: var(--black); transition: fill 0.5s ease-out; /* Smooth transition */
}
@@ -41,7 +34,7 @@
-
+