fix menu expand btn (dark -> light) for visual purposes

This commit is contained in:
Kasper Ireland 2021-11-07 20:55:01 -05:00 committed by GitHub
parent 39a376beb1
commit e7a41114e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body id="page-top" data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="56"><nav class="navbar navbar-light navbar-expand-lg" style = "background-color:#736efe;" id="mainNav">
<body id="page-top" data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="56"><nav class="navbar navbar-dark navbar-expand-lg" style = "background-color:#736efe;" id="mainNav">
<div class="container"><a style = "color:white;" class="navbar-brand" href="#page-top">Levin</a><button data-bs-toggle="collapse" data-bs-target="#navbarResponsive" class="navbar-toggler float-end" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><i class="fa fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
@ -104,4 +104,4 @@
<script src="assets/js/new-age.js"></script>
</body>
</html>
</html>