aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-21 12:06:43 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-21 12:06:43 +0000
commit46b18f441e547f7a690008a7125054bf44d96dda (patch)
tree14ff70c69cf4f6292b9b3330da9538e94e1eaff9 /static
parentBetter pre-release warning on index (diff)
Sample pushing dropbar nav
Diffstat (limited to 'static')
-rw-r--r--static/style.css11
1 files changed, 11 insertions, 0 deletions
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