This commit is contained in:
Lucas Kent 2022-11-23 17:54:11 -05:00
parent 23abceaf2a
commit d6a877485b
2 changed files with 3 additions and 3 deletions

View File

@ -22,11 +22,11 @@ ul {
}
li a:hover:not(.active) {
background-color: #080753;
background-color: #080754;
}
.active {
background-color: #1100ff;
background-color: #1b0aff;
}
body{
margin: 0px;

View File

@ -23,7 +23,7 @@
<li><a href="/">Home</a></li>
<li><a href="/sitemap.html">Sitemap</a></li>
<li><a class="active" href="/blog.html">Blog</a></li>
<li><a href="/Contact.html">Contact</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</body>
<body>