Skip to content

Commit

Permalink
Use adaptive colour for homepage sidebar on mobile
Browse files Browse the repository at this point in the history
Fixes #2588
  • Loading branch information
hadley committed May 28, 2024
1 parent e808ba8 commit ae622e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/BS5/assets/pkgdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ aside {
.row > aside {
margin: 0.5rem;
width: calc(100vw - 1rem);
background-color: $gray-100;
border-color: $border-color;
background-color: RGBA(var(--bs-body-color-rgb), 0.1);
border-color: var(--bs-border-color);
@include border-radius($border-radius);

h2:first-child {
Expand Down

0 comments on commit ae622e9

Please sign in to comment.