Better experience (#166)

* Making directory navigation prettier

* Small improvements

* Rice-box
This commit is contained in:
Fábio Ferreira
2017-07-28 11:22:44 +01:00
committed by Henrique Dias
parent aaa254689f
commit 39a6b7de3c
3 changed files with 1381 additions and 1283 deletions
+11 -1
View File
@@ -133,5 +133,15 @@ main {
}
#breadcrumbs a {
color: inherit
color: inherit;
transition: .1s ease-in;
border-radius: .125em;
}
#breadcrumbs a:hover {
background-color: rgba(0,0,0, 0.05);
}
#breadcrumbs span a {
padding: .2em;
}