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; } */