From ef95b70eb95e113f0295dd18c528e741e03c1629 Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Mon, 25 Aug 2025 16:55:55 -0500 Subject: [PATCH] switch logout links to a single universal form --- assets/dk.css | 5 +++++ templates/layout.html | 11 ++++++++++- templates/leftside.html | 6 +++++- templates/topnav.html | 5 +---- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/assets/dk.css b/assets/dk.css index 56391bb..7123f14 100644 --- a/assets/dk.css +++ b/assets/dk.css @@ -105,6 +105,7 @@ a { color: #663300; text-decoration: none; font-weight: bold; + cursor: pointer; &:hover { color: #330000; @@ -580,4 +581,8 @@ div.bottom-reply { hr { margin: 1rem 0; +} + +.hidden { + display: none; } \ No newline at end of file diff --git a/templates/layout.html b/templates/layout.html index cd81eae..ca1c801 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -56,7 +56,16 @@ {yield "scripts"} diff --git a/templates/leftside.html b/templates/leftside.html index 1e85102..6749414 100644 --- a/templates/leftside.html +++ b/templates/leftside.html @@ -49,10 +49,14 @@ Home Forum Change Password - Log Out + Log Out Help + +