From 43bcdbcb3f3956d5760a56324e30253e95ac02ed Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 19 Oct 2024 10:38:51 -0700 Subject: Fix the link style. --- static/styles.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 8c102d8..5f7996e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -8,6 +8,7 @@ body { background: #f5f5f5; + font-size: 25px; } h1 { @@ -19,7 +20,7 @@ h1 { article { max-width: 800px; margin: 0 auto 50px; - padding: 20px; + padding: 40px; background: #fff0f5; border: 5px solid #ff69b4; border-radius: 15px; @@ -30,3 +31,11 @@ img { border: 5px solid #ff69b4; background: white; } + +a:link { + color: #ff69b4; +} + +a:visited { + color: #a02090; +} -- cgit v1.3.1