css: add yellow link color
crispy-caesus crispy@crispy-caesus.eu
Wed, 25 Mar 2026 19:51:06 +0100
2 files changed,
5 insertions(+),
2 deletions(-)
M
static/global.css
→
static/global.css
@@ -11,3 +11,8 @@
min-height: 100vh; padding: 2em; } + +a { + color: #ffcc00; + text-decoration: none; +}
M
static/index.css
→
static/index.css
@@ -129,8 +129,6 @@ margin: 1em 0;
} a { - color: #52b7ff; - text-decoration: none; font-weight: bold; }