From d768712b75755f4f653f091f9b7ad720c5a146f6 Mon Sep 17 00:00:00 2001 From: Franz Rolfsvaag Date: Wed, 13 Aug 2025 13:06:28 +0200 Subject: [PATCH] 0.4.0.0.a5 - Minor styling fix for the docsite footer - Cleaned up data, variables, etc. relating to the docsite --- bot.py | 2 +- modules/docs_site/docs_site.py | 51 ++++++++++++++++++++++++++++++---- 2 files changed, 46 insertions(+), 7 deletions(-) diff --git a/bot.py b/bot.py index 74b9a23..efab1b3 100644 --- a/bot.py +++ b/bot.py @@ -9,7 +9,7 @@ from modules.common.boot_notice import post_boot_notice # Version consists of: # Major.Enhancement.Minor.Patch.Test (Test is alphanumeric; doesn’t trigger auto update) -VERSION = "0.4.0.0.a4" +VERSION = "0.4.0.0.a5" # ---------- Env loading ---------- diff --git a/modules/docs_site/docs_site.py b/modules/docs_site/docs_site.py index 63abc34..f989d9a 100644 --- a/modules/docs_site/docs_site.py +++ b/modules/docs_site/docs_site.py @@ -634,6 +634,9 @@ _HTML = """ .flag-emoji { height:1em; width:auto; vertical-align:-0.18em; border-radius:2px; display:inline-block; } footer { margin-top:16px; color:var(--muted); font-size:12px; text-align:center; } footer .line { margin:4px 0; } + footer a { color: var(--fg); text-decoration: none; border-bottom: 1px dotted #334155; } + footer a:hover { text-decoration: underline; } + /* Copy modal */ #copyModal { position: fixed; inset: 0; display:none; align-items:center; justify-content:center; z-index: 10; } @@ -720,11 +723,13 @@ _HTML = """ - +