Making directory navigation prettier

This commit is contained in:
fabiofcferreira 2017-07-28 09:42:26 +01:00
parent 8117eb98d8
commit 657557fde7

View File

@ -133,5 +133,14 @@ main {
} }
#breadcrumbs a { #breadcrumbs a {
color: inherit color: inherit;
transition: .1s ease-in;
}
#breadcrumbs a:hover {
background-color: rgba(0,0,0, 0.1);
}
#breadcrumbs span a {
padding: .2em;
} }