From 4d7e9ed0c01897f992ac5943dc69b5b9fb3f860e Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 19 Jul 2024 13:17:40 +0200 Subject: Add link to source code --- src/static/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/static') diff --git a/src/static/style.css b/src/static/style.css index ba507d6..aaec07e 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -2,6 +2,9 @@ body { background: #05456a url("background.jpg") top center no-repeat; font: 10pt Verdana; } +a { + color: #05456a; +} #wrapper { width: 1024px; margin: 0 auto; -- cgit v1.2.3