Fix
This commit is contained in:
parent
23abceaf2a
commit
d6a877485b
@ -22,11 +22,11 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
li a:hover:not(.active) {
|
li a:hover:not(.active) {
|
||||||
background-color: #080753;
|
background-color: #080754;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
background-color: #1100ff;
|
background-color: #1b0aff;
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Home</a></li>
|
||||||
<li><a href="/sitemap.html">Sitemap</a></li>
|
<li><a href="/sitemap.html">Sitemap</a></li>
|
||||||
<li><a class="active" href="/blog.html">Blog</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>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user