Skip to content

Commit

Permalink
Add page backgroud color for overscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low committed Oct 23, 2024
1 parent f2fd4c8 commit 97041ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
---
@import "minima";

html {
background: #172e51;
}

body {
color: white;
background-image: linear-gradient(90deg, #315e4a, #172e51);
Expand Down

0 comments on commit 97041ce

Please sign in to comment.