Skip to content

Commit

Permalink
remove background colours
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhrst committed Feb 11, 2024
1 parent b69269b commit 7d984a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/viewer/viewer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,14 @@ kbd + kbd {

.sidebar {
grid-area: sidebar;
background-color: green;
}

.videoplayer {
grid-area: videoplayer;
background-color: red;
overflow: scroll;
}
.playerinfo {
grid-area: playerinfo;
background-color: yellow;
display: grid;
grid-template-rows: auto auto

Expand Down

0 comments on commit 7d984a7

Please sign in to comment.