Skip to content

Commit

Permalink
add bg to transparent image (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
myronkaifung authored Oct 4, 2024
1 parent 92cee27 commit 3c2e00a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@ $border-radius-lg: 100px;
opacity: 1 !important;
}

// Add BG color to image with transparent background
article img {
background-color: colors.$lightbg;
}


//##############################Light Theme Starts Here##################################
.light {
Expand Down

0 comments on commit 3c2e00a

Please sign in to comment.