This commit is contained in:
Henrique Dias 2017-07-28 11:23:26 +01:00
commit dd648286d5
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
3 changed files with 1381 additions and 1283 deletions

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;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long