From 3c2fbbc0b3c45ac17d669b11d13ba9fa89a4b184 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 17 Aug 2024 10:23:38 -0600 Subject: [PATCH] Update style.css --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index 0a79332..653c56f 100644 --- a/style.css +++ b/style.css @@ -280,3 +280,13 @@ pre { font-weight: bold; color: #fb5 !important; /* Use !important to override other styles */ } + .rss-icon-container { + position: absolute; + right: 20px; /* Adjust as needed */ + top: 20px; /* Adjust as needed */ + } + + .rss-icon-container img { + width: 24px; /* Adjust icon size */ + height: 24px; /* Adjust icon size */ + }