Tweaked the new solarized css

This commit is contained in:
Julien Dessaux 2021-08-16 12:44:18 +02:00
parent 78a6f5505d
commit 8f6e019821
2 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,9 @@ header nav ul li a {
padding: 14px 16px;
text-decoration: none;
}
header nav ul li a:hover {
background-color: #073642;
}
.nav-menu-active {
background-color: #073642;
}