Add animation for menu links

This commit is contained in:
Aurelsicoko 2017-10-12 18:35:42 +02:00
parent eb720a2099
commit 67c32d5ab5
2 changed files with 30 additions and 0 deletions

View File

@ -3,3 +3,18 @@ li.header{
font-weight: 500;
letter-spacing: 0.05rem;
}
li.chapter a{
transition: background-color 0.15s ease;
-webkit-transition: background-color 0.15s ease;
}
li.chapter:hover a{
background-color: #eee !important;
text-decoration: none !important;
}
.versions-select select{
height: 36px;
border: 1px solid #ccc;
}

View File

@ -3,3 +3,18 @@ li.header{
font-weight: 500;
letter-spacing: 0.05rem;
}
li.chapter a{
transition: background-color 0.15s ease;
-webkit-transition: background-color 0.15s ease;
}
li.chapter:hover a{
background-color: #eee !important;
text-decoration: none !important;
}
.versions-select select{
height: 36px;
border: 1px solid #ccc;
}