From 4a369b5ead1e48d2c2c41916095db96ffe8eee2f Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:01:00 -0500 Subject: [PATCH] FIX: Adjust category header background (#37) --- mobile/mobile.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mobile/mobile.scss b/mobile/mobile.scss index 7b9ae34..d93de10 100644 --- a/mobile/mobile.scss +++ b/mobile/mobile.scss @@ -64,6 +64,12 @@ ol.category-breadcrumb { margin-top: 1em; } +.categories-list .list-controls { + background: var(--secondary); + padding: 0.5em; + border-radius: 8px; +} + .list-controls .nav-pills { li.navigation-toggle { border-radius: 8px;