We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5952b99 commit 7ec4e84Copy full SHA for 7ec4e84
1 file changed
sass/main.scss
@@ -118,7 +118,7 @@ p {
118
119
// Nav
120
nav {
121
- background-color: rgba(white, 5%);
+ background-color: rgba(#5864a5, 50%);
122
display: flex;
123
justify-content: space-between;
124
font-size: $nav-fontsize;
@@ -127,7 +127,7 @@ nav {
127
top: 0;
128
left: 0;
129
right: 0;
130
- z-index: 3;
+ z-index: 4;
131
132
.left, .right {
133
0 commit comments