mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
9 lines
183 B
SCSS
9 lines
183 B
SCSS
![]() |
// Tweak layout section colors
|
||
|
.page {
|
||
|
background-color: var(--#{$prefix}bg-surface-secondary);
|
||
|
}
|
||
|
.page-header {
|
||
|
background-color: var(--#{$prefix}bg-surface);
|
||
|
min-height: 0;
|
||
|
}
|