fix: inconsistent background colours on item page

This commit is contained in:
Isaac
2024-05-17 23:24:36 +01:00
parent 82c0e58027
commit 9baf650d3d

View File

@@ -62,7 +62,7 @@ p.description {
}
@include themed {
background: t($modal-sidebar);
background: t($modal-secondaryColour);
box-shadow: 0 0 0 1px t($modal-sidebarActive);
border-radius: t($borderRadius);
padding: 15px;