We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1dcca0 + 1cc5dda commit 06d26d2Copy full SHA for 06d26d2
style.css
@@ -70,31 +70,11 @@ body {
70
.nav__link {
71
color: rgba(255, 255, 255, 0.75);
72
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;
85
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;
93
}
94
95
-.nav__link:hover::after,
96
-.nav__link:focus::after {
97
- opacity: 1;
+.nav__link:hover {
+ color: rgba(255, 255, 255, 1);
98
99
100
.btn {
0 commit comments