1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

Fixes color on scroll notifier

This commit is contained in:
Amir Raminfar
2020-08-03 09:16:09 -07:00
parent a319c14f1b
commit 7f2af84be9

View File

@@ -111,6 +111,7 @@ section {
transition: background-color 1s ease-out;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
border: none !important;
color: #222;
&.has-more {
background-color: var(--primary-color);