Skip to content

Commit

Permalink
Use white background on BigArticlePreview.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaGanchev committed Sep 26, 2023
1 parent cd11265 commit e408884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/BigArticlePreview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@
width: 100%;
height: 100%;
bottom: 0;
filter: brightness(0.5);;
filter: brightness(0.5);
}
.preview-image.logo {
object-fit: contain;
background-color: #FFFFFF;
}
.content {
Expand Down

0 comments on commit e408884

Please sign in to comment.