Skip to content
Snippets Groups Projects
Verified Commit c778caef authored by Sachin Kamath's avatar Sachin Kamath
Browse files

Make navbar and sidebar color consistent

parent a703cc72
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,11 @@ li {
list-style:none !important;
}
nav {
color: #101010 !important;
}
.container-fluid{
height: 100%;
}
......
<nav class="navbar navbar-expand-lg navbar-dark bg-dark justify-content-between hodor-nav" style="background-color:#101010;">
<nav class="navbar navbar-expand-lg navbar-dark justify-content-between hodor-nav" style="background-color:#101010;">
<div class="container-fluid">
<div class="row">
<a class="navbar-brand nav-hodor float-sm-left" href="#">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment