Skip to content

Commit

Permalink
Update main.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesson-Wei authored Dec 15, 2024
1 parent 1028ed3 commit e8131ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
// Add your custom styles below

body {
background: linear-gradient(to bottom, #f8f9fa, #ffffff);
color: #333; // Optional: Ensures good text contrast
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; // Optional: Sets a clean font
line-height: 1.6; // Optional: Improves text readability
margin: 0;
padding: 0;
background: linear-gradient(to bottom, #f8f9fa, #ffffff) !important;
color: #333 !important;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
line-height: 1.6 !important;
margin: 0 !important;
padding: 0 !important;
}

a {
Expand Down

0 comments on commit e8131ca

Please sign in to comment.