From d740821200f3bb89112ed08af84decf608d91732 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 26 Nov 2025 01:55:22 -0500 Subject: Add text RSS parser as well --- static/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/app.css b/static/app.css index 254cbc4..2b2c069 100644 --- a/static/app.css +++ b/static/app.css @@ -82,12 +82,16 @@ a:hover::after { width: 75%; background-color: rgba(0, 0, 0, 0.8); - color: white; + color: #dcccd5; border-radius: 20px; box-shadow: 0px 0px 15px 2px #410f5e; } +input { + background-color: rgba(255, 255, 255, 0.8); +} + .video { background-color: rgba(0, 0, 0, 1.0); } -- cgit v1.2.3