Skip to content

Commit

Permalink
change background to white
Browse files Browse the repository at this point in the history
  • Loading branch information
cpz98 committed Jan 19, 2024
1 parent 2fae4ca commit 5935072
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/components/_news_page_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
border-radius: 1rem;
font-family: sans-serif;
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
background-color: white;

&:hover {
cursor: pointer;
Expand Down Expand Up @@ -128,6 +129,9 @@
flex-direction: column;
justify-content: center;
gap: 15px;
background-color: white;
border-radius: 1rem;

}

.featured_article_excerpt {
Expand Down

0 comments on commit 5935072

Please sign in to comment.