croix: switch sidebars background to light gray (#75473)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-03-15 17:23:08 +01:00
parent 5d783049c3
commit ef522772a4
1 changed files with 5 additions and 0 deletions

View File

@ -156,6 +156,11 @@ div.gru-nav {
}
// content
#sidebar,
.form-content--sidebox {
background: $gray-2;
}
.gru-content div.cell.foldable {
h2:first-child {
border-bottom: 1px solid $blue-1;