Skip to content

Commit 06d26d2

Browse files
committed
2 parents e1dcca0 + 1cc5dda commit 06d26d2

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

style.css

+2-22
Original file line numberDiff line numberDiff line change
@@ -70,31 +70,11 @@ body {
7070
.nav__link {
7171
color: rgba(255, 255, 255, 0.75);
7272
font-size: 15px;
73-
transition: all 0.4s;
74-
position: relative;
75-
}
76-
77-
.nav__link:hover,
78-
.nav__link:focus {
79-
color: rgba(255, 255, 255, 1);
80-
}
81-
82-
.nav__link::after {
83-
content: '';
84-
opacity: 0;
8573
transition: all 0.2s;
86-
position: absolute;
87-
bottom: -8px;
88-
left: 0;
89-
height: 2px;
90-
width: 100%;
91-
background-color: rgb(0, 183, 255);
92-
pointer-events: none;
9374
}
9475

95-
.nav__link:hover::after,
96-
.nav__link:focus::after {
97-
opacity: 1;
76+
.nav__link:hover {
77+
color: rgba(255, 255, 255, 1);
9878
}
9979

10080
.btn {

0 commit comments

Comments
 (0)