Skip to content

Commit 7ec4e84

Browse files
committed
Nav color change, and z-index fix
Carousel arrows were clipping the top of the SVG… no more!
1 parent 5952b99 commit 7ec4e84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sass/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ p {
118118

119119
// Nav
120120
nav {
121-
background-color: rgba(white, 5%);
121+
background-color: rgba(#5864a5, 50%);
122122
display: flex;
123123
justify-content: space-between;
124124
font-size: $nav-fontsize;
@@ -127,7 +127,7 @@ nav {
127127
top: 0;
128128
left: 0;
129129
right: 0;
130-
z-index: 3;
130+
z-index: 4;
131131

132132
.left, .right {
133133
display: flex;

0 commit comments

Comments
 (0)