File tree 1 file changed +26
-0
lines changed
src/app/components/navbar
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 57
57
font-weight : 900 ;
58
58
padding-bottom : 5px ;
59
59
padding-right : 10px ;
60
+ transition : all ease-in 0.3s ;
60
61
}
61
62
62
63
/* This is the underline */
73
74
top : 100% ;
74
75
}
75
76
77
+ .links : hover {
78
+ color : hsl (var (--dark-blue ));
79
+
80
+ & : after {
81
+ background-color : hsla (240 , 98% , 60% , 1 );
82
+ }
83
+ }
84
+
76
85
.navLinks > .meetupLink {
77
86
border-radius : 50px ;
78
87
padding : 10px 30px ;
79
88
background-color : hsl (var (--blue ));
80
89
color : hsl (var (--white ));
81
90
font-size : 25px ;
82
91
text-decoration : none;
92
+ transition : all ease-in 0.3s ;
93
+
94
+ & : hover {
95
+ background-color : hsl (var (--dark-blue ));
96
+ }
97
+
98
+ & : active {
99
+ background-color : hsl (var (--light-blue ));
100
+ }
83
101
}
84
102
85
103
.hamburger ,
227
245
color : hsl (var (--blue ));
228
246
text-decoration : none;
229
247
line-height : 14.09px ;
248
+
249
+ & : hover {
250
+ color : hsl (var (--light-blue ));
251
+ }
252
+
253
+ & : active {
254
+ color : hsl (var (--dark-blue ));
255
+ }
230
256
}
231
257
}
You can’t perform that action at this time.
0 commit comments