Skip to content

Commit

Permalink
Merge pull request #6 from mansona/smaller-sidebar
Browse files Browse the repository at this point in the history
go back to having a smaller sidebar
  • Loading branch information
mansona authored Jul 22, 2024
2 parents e54c6c9 + 12b2c2c commit e33ed81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -385,11 +385,12 @@ body {

/* mainmatter specific stuff */
.reveal .controls {
color: black
color: black;
right: calc(30px + var(--r-controls-spacing));
}

.backgrounds .slide-background-content {
box-shadow: inset -120px 0 #6200ee;
box-shadow: inset -30px 0 #6200ee;
}

.blur-background .slide-background-content {
Expand Down

0 comments on commit e33ed81

Please sign in to comment.