From f72e4a75e1e88fb30af75918f0ed380577ee6fb2 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 15 May 2026 03:00:32 +0200 Subject: [PATCH] sexyfying abyss --- views/scroller.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/scroller.html b/views/scroller.html index 82b4cf7..e367cda 100644 --- a/views/scroller.html +++ b/views/scroller.html @@ -326,8 +326,8 @@ .scroll-btn-icon { position: relative; width: 46px; height: 46px; border-radius: 50%; - background: rgba(255,255,255,.1); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); - border: 1px solid rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; + backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); + display: flex; align-items: center; justify-content: center; font-size: 1.05rem; transition: background .17s; } .scroll-btn:hover .scroll-btn-icon { background: rgba(255,255,255,.22); } @@ -336,9 +336,9 @@ font-size: .62rem; font-weight: 800; color: rgba(255,255,255,.55); line-height: 1; min-width: 20px; text-align: center; } - .scroll-btn.faved .scroll-btn-icon { background: rgba(255,64,129,.25); border-color: #ff4081; } + /*.scroll-btn.faved .scroll-btn-icon { background: rgba(255,64,129,.25); border-color: #ff4081; } */ .scroll-btn.faved .scroll-btn-icon i { color: #ff4081; } - .scroll-btn.faved .scroll-btn-count { color: #ff4081; } + /*.scroll-btn.faved .scroll-btn-count { color: #ff4081; }*/ /* Add to site button (External items) */ .scroll-btn.rehost-btn .scroll-btn-icon {