Skip to content

Commit

Permalink
restyling read more btn
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jul 18, 2024
1 parent 9815885 commit 254210d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/sass/home/_news_section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,16 @@
font-weight: 500;
line-height: 19.36px;
text-align: left;
text-decoration: underline;
text-decoration: none;
color: $white_color;
background-color: $transparent;
border: 1px solid $white_color;
width: max-content;
height: auto;
padding: 8px 12px;
&:hover {
text-decoration: none;
background-color: $white_color;
color: $main_color02;
}
}
}
Expand Down

0 comments on commit 254210d

Please sign in to comment.