Skip to content

Commit

Permalink
fix(css): transparent images in darkmodeissue
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Oct 21, 2023
1 parent b996e36 commit d747015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/document/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@
}

img {
background: var(--background-primary);
background: #fff;
border: 1px solid var(--border-primary) !important;
border-radius: var(--elem-radius);
color: #000;
display: inline-block;
display: flex;
height: auto;
Expand Down

0 comments on commit d747015

Please sign in to comment.