mirror of
https://github.com/mue/mue.git
synced 2026-07-28 03:01:10 +02:00
fix: inconsistent background colours on item page
This commit is contained in:
@@ -62,7 +62,7 @@ p.description {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include themed {
|
@include themed {
|
||||||
background: t($modal-sidebar);
|
background: t($modal-secondaryColour);
|
||||||
box-shadow: 0 0 0 1px t($modal-sidebarActive);
|
box-shadow: 0 0 0 1px t($modal-sidebarActive);
|
||||||
border-radius: t($borderRadius);
|
border-radius: t($borderRadius);
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|||||||
Reference in New Issue
Block a user