From 564d8fc85c414b40c08517062fe9955fe63110cc Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 9 May 2026 12:53:33 -0400 Subject: [PATCH] Fix keyboard access for logout control --- static/galene.css | 7 +++++-- static/galene.html | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/static/galene.css b/static/galene.css index afc039d..64782e5 100644 --- a/static/galene.css +++ b/static/galene.css @@ -133,15 +133,18 @@ a:focus { display: none; } -.sidenav .user-logout a { +.sidenav .user-logout button { + background: transparent; + border: 0; font-size: 1em; padding: 7px 0 0; color: #e4157e; cursor: pointer; + font: inherit; line-height: .7; } -.sidenav .user-logout a:hover { +.sidenav .user-logout button:hover { color: #ab0659; } diff --git a/static/galene.html b/static/galene.html index d9192a0..c632f56 100644 --- a/static/galene.html +++ b/static/galene.html @@ -165,10 +165,10 @@
- +