From e811f2949b216d44aac76dc65bcf16358758342e Mon Sep 17 00:00:00 2001 From: Nick Pegg Date: Sun, 4 Aug 2024 17:03:00 -0700 Subject: [PATCH] link color --- photoalbum/skel/static/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/photoalbum/skel/static/index.css b/photoalbum/skel/static/index.css index e02f270..1615a38 100644 --- a/photoalbum/skel/static/index.css +++ b/photoalbum/skel/static/index.css @@ -2,6 +2,10 @@ body { margin: 0; } +a { + color: #ba1200; +} + #header { background-color: #eee; }