Small improvements

This commit is contained in:
fabiofcferreira 2017-07-28 10:32:32 +01:00
parent 248117ff31
commit df78424410

View File

@ -135,10 +135,11 @@ main {
#breadcrumbs a {
color: inherit;
transition: .1s ease-in;
border-radius: .125em;
}
#breadcrumbs a:hover {
background-color: rgba(0,0,0, 0.1);
background-color: rgba(0,0,0, 0.05);
}
#breadcrumbs span a {