From 2e51e0453f79d628b73c4e068d6ddc5457dd891c Mon Sep 17 00:00:00 2001 From: Dean Lofts Date: Sun, 17 Sep 2023 23:15:18 +1000 Subject: [PATCH] make the navbar awesomer --- app/views/layouts/application.html.erb | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 50f00d9..1b99231 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -12,6 +12,14 @@ input.form-control.dark-placeholder::placeholder { color: #ffffff; } + /* Add hover effect for the username */ + .nav-username:hover { + text-decoration: underline; + } + /* Add hover effect for the nav items */ + .navbar-nav .nav-link:hover { + color: #FFF; + } Linkarooie <% if user_signed_in? %> - - <% end %> + <% end %>