Skip to content

Commit

Permalink
style(news): fix shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
eythaann committed Oct 11, 2024
1 parent 04d6636 commit 6f5611d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/apps/settings/modules/Home/News.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: min-content min-content;
padding: 60px 20px 10px 20px;
background: linear-gradient(transparent, #0002 100%);
backdrop-filter: blur(1px);
padding: 20px 20px 10px 20px;
background: linear-gradient(transparent, #000a 100%);
color: white;

.title {
Expand Down

0 comments on commit 6f5611d

Please sign in to comment.