nimes: set cell title background in right sidebar red (#71071)

This commit is contained in:
Corentin Sechet 2022-11-07 17:05:12 +01:00 committed by Gitea
parent bda94ad334
commit 66e5a1dadc
1 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,8 @@ div#main-content {
.cell {
h2:first-child {
color: black;
background: $gray-4;
color: white;
background: $red;
}
margin-right: $sidebar-columns-gutter;