initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
@import url('../bootstrap-3.4.1-dist/css/bootstrap.min.css');
|
||||
|
||||
body{
|
||||
background: #e6e9ee;
|
||||
}
|
||||
nav{
|
||||
.container-fluid {
|
||||
background: #544258;
|
||||
color: #fff;
|
||||
padding: 0 150px;
|
||||
}
|
||||
.navbar-collapse{
|
||||
.navbar-nav li a{
|
||||
color: #fff;
|
||||
}
|
||||
.navbar-nav li a:hover{
|
||||
color: #ccc;
|
||||
}
|
||||
.dropdown-menu a{
|
||||
color: #544258;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user