From 46b18f441e547f7a690008a7125054bf44d96dda Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 21 Feb 2018 12:06:43 +0000 Subject: Sample pushing dropbar nav --- static/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 static/style.css (limited to 'static') diff --git a/static/style.css b/static/style.css new file mode 100644 index 00000000..71d2d0a7 --- /dev/null +++ b/static/style.css @@ -0,0 +1,11 @@ +.uk-background-secondary .uk-navbar-dropdown-nav .uk-active a { + color: white !important; +} + +.uk-background-secondary .uk-navbar-dropdown-nav .uk-nav-header { + color: white !important; +} + +.uk-background-secondary .uk-navbar-dropbar { + background: #222222 !important; +} \ No newline at end of file -- cgit v1.2.3