nimes: set cell title background in right sidebar red (#71071)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Corentin Sechet 2022-11-07 17:05:12 +01:00
parent d839684757
commit e97e016308
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;