From 8372cd3e71e338b9a3c172a3f3512c14ba65963c Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 20 Mar 2023 20:38:11 +0000 Subject: [PATCH] Tweak colors --- app/src/components/app.rs | 13 ++++++------- app/static/style.css | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/app/src/components/app.rs b/app/src/components/app.rs index 640b1ab..36a6308 100644 --- a/app/src/components/app.rs +++ b/app/src/components/app.rs @@ -258,12 +258,11 @@ impl App { } fn view_banner(&self, ctx: &Context) -> Html { - let link = ctx.link(); html! {
- +

{"LLDAP"}

@@ -272,7 +271,7 @@ impl App { <>
  • {"Users"} @@ -280,7 +279,7 @@ impl App {
  • {"Groups"} @@ -289,7 +288,7 @@ impl App { } } else { html!{} } } - { self.view_user_menu(ctx) } // TODO migrate chagnes from above + { self.view_user_menu(ctx) }
  • @@ -303,7 +302,7 @@ impl App { html! {