diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 11 |
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 |