diff options
| author | Samuel Johnson <[email protected]> | 2025-11-26 01:55:22 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-11-26 01:55:22 -0500 |
| commit | d740821200f3bb89112ed08af84decf608d91732 (patch) | |
| tree | 8b12316d31983bad71a629a29bd320e41eae3fb5 /static | |
| parent | c72dfab37fd6f0d739ea70d42779b2a8c85e9915 (diff) | |
Add text RSS parser as well
Diffstat (limited to 'static')
| -rw-r--r-- | static/app.css | 6 |
1 files changed, 5 insertions, 1 deletions
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); } |
