From b14b3e59bd7db91c34e1f0e65ec2ec5edf669111 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Thu, 29 Sep 2022 15:36:43 -0700 Subject: [PATCH] Make red link color brighter --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 568f9a0..92d4d09 100644 --- a/style.css +++ b/style.css @@ -31,12 +31,12 @@ b { } a { - color:#ff3333; + color: #f74848; font-weight:bolder; } a:visited { - color:#ff3333; + color:#f74848; } li {