From e5b7d15deaed505ed5e520038a06ae08863b8c22 Mon Sep 17 00:00:00 2001 From: xenophenes Date: Sun, 17 Dec 2017 16:07:17 -0800 Subject: [PATCH] change menu color --- static/css/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 334d259..029b1cf 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -517,8 +517,7 @@ color: #383b43; } - .navbar-default .navbar-nav > li > a, - .fixedtheme .navbar-nav > li > a { + .navbar-default .navbar-nav > li > a { color: #121212; font-weight: 600; transition: all 0.4s ease; @@ -527,6 +526,13 @@ -o-transition: all 0.4s ease; /* Opera */ } + .fixedtheme .navbar-nav > li > a { + transition: all 0.4s ease; + -moz-transition: all 0.4s ease; /* Firefox 4 */ + -webkit-transition: all 0.4s ease; /* Safari and Chrome */ + -o-transition: all 0.4s ease; /* Opera */ + } + .dropdown-menu { padding: 0; box-shadow: 1px 2px 5px rgba(0,0,0,.08); -- 2.39.5