From d39e74ca58fe84b334f1e36c95dbca2b3cf8a1f3 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sat, 17 Feb 2024 08:05:54 -0800 Subject: [PATCH] Adjust border radius on category list page --- common/common.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/common/common.scss b/common/common.scss index c2b5824..70a2ced 100644 --- a/common/common.scss +++ b/common/common.scss @@ -304,6 +304,16 @@ html body #main-outlet { border-radius: 0.5em; } +// Category List + +.custom-category-boxes-container { + .custom-category-boxes { + .category-box { + border-radius: .5rem !important; + } + } +} + // Topic List @keyframes background-fade-highlight {