diff --git a/src/haz3lweb/www/style/cell.css b/src/haz3lweb/www/style/cell.css index 248be845ee..a5d0a3a2f4 100644 --- a/src/haz3lweb/www/style/cell.css +++ b/src/haz3lweb/www/style/cell.css @@ -51,6 +51,14 @@ gap: 1em; } +.Scratch .cell { + background-color: var(--cell-active); +} + +.Documentation .cell { + background-color: var(--cell-active); +} + .cell:has(.code-editor.selected) { background-color: var(--cell-active); }