commit 69b50e44ad682ddcc7356d4ccc0c271f606be864
parent cc4b301b93968ca3dda1b07322bbfc3d425d5d73
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 14 Feb 2017 22:39:48 +0100
fix navbar padding and add transition
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/justified-nav.css b/justified-nav.css
@@ -42,6 +42,10 @@ body {
background-color: #ddd;
}
+.nav-justified > li > a:hover {
+ transition: background-color 0.3s;
+}
+
.nav-justified > .m_demo > a {
font-weight: bold;
}