Skip to content

Commit

Permalink
Remove transparency from author sidebar with addition to main scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-p-randall committed Jun 13, 2023
1 parent 02a3ce2 commit 2165e32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _sass/minimal-mistakes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@

.pagination li a.disabled {
color: rgba(241,241,241,0.8);
}

.sidebar {
opacity: 1;
}
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes/skins/_light-citrus-sage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ progress {
$text-color: #252a34 !default;
$border-color: #007d5d !default; /* sage */
}
}
}

0 comments on commit 2165e32

Please sign in to comment.