From 797c7c6a820d26fb02ddd686595c03e85961014f Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Sun, 8 Sep 2024 08:39:38 -0500 Subject: [PATCH] more link color fix --- _sass/main.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_sass/main.scss b/_sass/main.scss index 782f612..aa34769 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -150,3 +150,6 @@ body::before { 0% { background-position: 0 0 } 100% { background-position: 0 4px } } + +#webring-disp { color: black; } +#webring-disp a { color: black; }