Skip to content

Commit

Permalink
linear-gradient(to right, rgb(30
Browse files Browse the repository at this point in the history
          75 115 / 100%), rgb(255 255 255 / 0%))
  • Loading branch information
ricoThaka authored Jan 26, 2024
1 parent cb84693 commit 4f3cb8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/jekyll-theme-hacker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ $container-max-width: 1000px;
body {
margin: 0;
padding: 0;
background: $body-background url("../images/grid_tra.png") 0 0,url("../images/elenasavanna.gif");
background: $body-background url("../images/grid_tra.png") 0 0, linear-gradient(to right, rgb(30
75 115 / 100%), rgb(255 255 255 / 0%));
color: $body-foreground;
font-size: 16px;
line-height: 1.5;
Expand Down

0 comments on commit 4f3cb8a

Please sign in to comment.