Update CSS property to enable animation on menu links

This commit is contained in:
Aurelsicoko 2017-10-12 18:38:53 +02:00
parent 67c32d5ab5
commit 282c1e18bf
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ li.chapter a{
}
li.chapter:hover a{
background-color: #eee !important;
background: #eee !important;
text-decoration: none !important;
}

View File

@ -10,7 +10,7 @@ li.chapter a{
}
li.chapter:hover a{
background-color: #eee !important;
background: #eee !important;
text-decoration: none !important;
}