From 344905bb22fe5bac6231b203df2def4d51edc8ca Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 15 May 2026 03:28:03 +0200 Subject: [PATCH] color white for comment, favo count in abyss --- views/scroller.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/scroller.html b/views/scroller.html index 6a4d868..3c3ebc3 100644 --- a/views/scroller.html +++ b/views/scroller.html @@ -332,7 +332,7 @@ /*.scroll-btn:hover .scroll-btn-icon { background: rgba(255,255,255,.22); }*/ .scroll-btn-label { font-size: .6rem; font-weight: 600; letter-spacing: .03em; color: rgba(255,255,255,.75); } .scroll-btn-count { - font-size: .62rem; font-weight: 800; color: rgba(255,255,255,.55); line-height: 1; + font-size: .62rem; font-weight: 800; color: rgb(255, 255, 255); line-height: 1; min-width: 20px; text-align: center; } /*.scroll-btn.faved .scroll-btn-icon { background: rgba(255,64,129,.25); border-color: #ff4081; } */