From 2f65c444a5ff402e41c8b2dae431610b02bd2d5f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 24 Dec 2024 11:13:15 -0800 Subject: fix(wrapped): li::marker consistent colouring --- src/lib/Tools/Wrapped/wrapped.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/Tools') diff --git a/src/lib/Tools/Wrapped/wrapped.css b/src/lib/Tools/Wrapped/wrapped.css index c144a6f0..978d22d4 100644 --- a/src/lib/Tools/Wrapped/wrapped.css +++ b/src/lib/Tools/Wrapped/wrapped.css @@ -26,6 +26,10 @@ color: rgb(159, 173, 189); } +li::marker { + color: rgb(159, 173, 189) !important; +} + .pure-category, .avatar-grid { padding: 1.5%; -- cgit v1.2.3