From f101b7832568bfddcdf9f2429f01dd4c2957b824 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 2 Jan 2024 09:56:45 -0800 Subject: [PATCH] fix: dark theme disabled pagination --- src/assets/styles/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 9de6e663..d66b945f 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -1156,6 +1156,10 @@ h6 > svg, background-color: var(--blue-200); } + .pagination button.disabled > svg { + stroke: var(--white); + } + /* now */ .media__grid .item__wrapper { border-color: var(--blue-400);