We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73dec8 commit 898297fCopy full SHA for 898297f
src/styles/Navbar.css
@@ -47,6 +47,7 @@
47
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
48
border: 2px solid rgba(255, 255, 255, .2);
49
transition: 0.5s;
50
+ z-index: 5;
51
}
52
53
.profile-picture-navbar {
@@ -115,11 +116,18 @@
115
116
.link {
117
text-decoration: none;
118
color: #fff;
119
+ transition: 0.1s;
120
+ border-width: 0;
121
+ border-color: #fbbf24;
122
+ border-style: solid;
123
+ padding: 0 0.1rem 0.3rem 0.1rem;
124
+ border-radius: 3px;
125
126
127
.link:hover {
- text-decoration: underline;
- color: #fbbf24;
128
+ color: #fff;
129
+ text-shadow: 0 0 20px rgba(255, 255, 255, .4);
130
+ border-bottom-width: 3px;
131
132
133
.reg-button {
0 commit comments