Skip to content
Snippets Groups Projects
Commit 7027ecf3 authored by Witt Phillips's avatar Witt Phillips
Browse files

navbar background

parent 270e5a0b
No related branches found
No related tags found
No related merge requests found
Pipeline #353136 passed
......@@ -144,10 +144,12 @@ footer a:hover { color: white; text-decoration: underline; }
background-color: #000000 !important;
transition: background-color 200ms linear;
}
.navbar-toggler {
border: none;
position: relative;
background-color: rgb(176, 178, 185);
left: -5vw;
}
.navbar-toggler-icon {
......@@ -156,7 +158,7 @@ footer a:hover { color: white; text-decoration: underline; }
.collapse-cont {
width: 13vw;
background-color: #97a3ae;
background-color: #000000;
border-radius: 2vw;
position: relative;
float: right;
......@@ -178,7 +180,7 @@ footer a:hover { color: white; text-decoration: underline; }
}
.dropdown-item-1 {
color: gray;
color: rgb(183, 179, 179);
text-decoration: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment