From b075677ca8dbc5e4f333426270ff084317de9822 Mon Sep 17 00:00:00 2001 From: Mez Date: Sat, 30 Aug 2025 14:14:00 +0100 Subject: [PATCH] Link to services directly --- build/style.css | 4 ++++ colors.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build/style.css b/build/style.css index 00d0186..bd23525 100644 --- a/build/style.css +++ b/build/style.css @@ -567,6 +567,10 @@ span.searchresults { font-family: monospace; } +nav details summary { + cursor: pointer; +} + /* coupons */ img.coupon.expired { diff --git a/colors.py b/colors.py index c44648e..bba8cbb 100644 --- a/colors.py +++ b/colors.py @@ -772,7 +772,7 @@ def headerwrite(thefile,pagename): if len(variables.subfolder) > 0: header.write("/" + variables.subfolder) header.write("/log\">log") - header.write("\n
  • trade post @ dw
  • \n
  • service links
  • \n \n \n
    \n") + header.write("\n
  • trade post @ dw
  • \n
  • \n service links\n \n
    \n
  • \n \n \n
    \n") if variables.hiatus: header.write("
    \n

    hiatus

    \n

    ") if type(variables.hiatus) == str: