From a51fdc9a127d88e907f62e85ceccdbb25bee5ce6 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Fri, 22 Sep 2023 22:01:55 +1000 Subject: [PATCH] . --- htdocs/cgi-bin/wsrc/feeds.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/htdocs/cgi-bin/wsrc/feeds.css b/htdocs/cgi-bin/wsrc/feeds.css index 60e2a79..7919645 100644 --- a/htdocs/cgi-bin/wsrc/feeds.css +++ b/htdocs/cgi-bin/wsrc/feeds.css @@ -8,7 +8,16 @@ border: 1px solid black; margin-bottom: 5px; padding: 8px; + background-color: transparent; + color: black; +} + + +.feed:hover{ + background-color: transparent; + color: black; } + .feed div { text-align:left; border:0; -- 2.34.1