Adjust border radius on category list page

This commit is contained in:
Tony Grosinger 2024-02-17 08:05:54 -08:00
parent e347ce42e4
commit d39e74ca58

View File

@ -304,6 +304,16 @@ html body #main-outlet {
border-radius: 0.5em; border-radius: 0.5em;
} }
// Category List
.custom-category-boxes-container {
.custom-category-boxes {
.category-box {
border-radius: .5rem !important;
}
}
}
// Topic List // Topic List
@keyframes background-fade-highlight { @keyframes background-fade-highlight {