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

Merged
csechet merged 1 commits from wip/71071-nimes-passer-le-fond-des-titres- into main 2022-11-09 15:00:04 +01:00
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;