From b91bb0a133aa3d0400beb359fed4e641c888ab26 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 31 Oct 2022 22:40:42 +0100 Subject: Added logout route, and a way to display the logout menu item on relevant pages --- static/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/index.css') diff --git a/static/index.css b/static/index.css index f0ed5e9..f5ef0b9 100644 --- a/static/index.css +++ b/static/index.css @@ -49,12 +49,20 @@ header nav ul li { padding: 14px 16px; text-decoration: none; } +header nav ul li a { + color: #b58900; + display: block; + text-decoration: none; +} header nav ul li.nav-menu-title { float: left; text-transform: uppercase; font-weight: 700; margin-right: 4px; } +header nav ul li.nav-menu-margin-left { + margin-left: 4px; +} form input { margin-bottom: 8px; } -- cgit v1.2.3