From 0bb8ef7fcaf737042b91cdd44a31d812ea2e78b6 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Thu, 17 Nov 2016 14:26:58 -0500 Subject: Fixed navbar dropdown --- cover.css | 19 +++++++++++++++++++ index.html | 12 ++++++------ 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/cover.css b/cover.css index 9d566de..1f61e6c 100644 --- a/cover.css +++ b/cover.css @@ -127,6 +127,25 @@ body { color: rgba(255,255,255,.5); } +/* + * Inverted dropdown + */ + + .inverse-dropdown { + background-color: #222; + border-color: #080808; + } + .inverse-dropdown > li > a { + color: #999; + } + .inverse-dropdown > li > a:hover { + color: #fff; + background-color: #000; + } + .inverse-dropdown > .divider { + background-color: #000; + } + /* * Affix and center diff --git a/index.html b/index.html index 30ba1b2..5bd2d29 100644 --- a/index.html +++ b/index.html @@ -49,14 +49,14 @@