Skip to content

Commit

Permalink
Make main cell always selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Negabinary committed Nov 26, 2024
1 parent fbe5b8c commit 54d4a95
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/haz3lweb/www/style/cell.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 54d4a95

Please sign in to comment.