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 = """ - +