feat: sidebar icons changing according to current route

This commit is contained in:
Roberto Tonino
2020-09-17 21:17:53 +02:00
parent 2ffafb7616
commit 5205581719
5 changed files with 128 additions and 122 deletions

View File

@@ -334,3 +334,7 @@ a {
.hide {
display: none !important;
}
.changing-theme {
transition: all 200ms ease-in-out;
}