diff options
author | Julien Dessaux | 2022-10-31 22:40:42 +0100 |
---|---|---|
committer | Julien Dessaux | 2022-10-31 22:40:42 +0100 |
commit | b91bb0a133aa3d0400beb359fed4e641c888ab26 (patch) | |
tree | 0b703fab300ab39ffd39708b193bcfa09e89f6f5 /static/index.css | |
parent | Fixed middleware action without return (diff) | |
download | jeux-de-mots-b91bb0a133aa3d0400beb359fed4e641c888ab26.tar.gz jeux-de-mots-b91bb0a133aa3d0400beb359fed4e641c888ab26.tar.bz2 jeux-de-mots-b91bb0a133aa3d0400beb359fed4e641c888ab26.zip |
Added logout route, and a way to display the logout menu item on relevant pages
Diffstat (limited to 'static/index.css')
-rw-r--r-- | static/index.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; } |