Skip to content

Commit

Permalink
move background-color setting to .main-content-section to account for…
Browse files Browse the repository at this point in the history
… multiple boxes in main-content area
  • Loading branch information
osma committed Nov 21, 2023
1 parent 03bbe0c commit 528a3c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resource/css/skosmos.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ body {
font-weight: bold;
}

#sidebar, #main-content {
#sidebar {
background-color: var(--vocab-bg);
}

Expand Down Expand Up @@ -494,6 +494,7 @@ body {
}

.main-content-section {
background-color: var(--vocab-bg);
border-bottom: 2px solid var(--main-bg-2);
}

Expand Down

0 comments on commit 528a3c8

Please sign in to comment.