Skip to content

Commit

Permalink
Small background gradient for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jul 24, 2021
1 parent 092551e commit f16e2cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LinkDotNet.Blog.Web/wwwroot/css/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

--blog-post-background-color: var(--big-stone);

--background-gradient-start: var(--white);
--background-gradient-end: var(--wild-sand);
}


Expand All @@ -48,6 +50,7 @@ html {

body {
margin: 0;
background-image: linear-gradient(to bottom, var(--background-gradient-start) 60%, var(--background-gradient-end));
background-repeat: no-repeat;
background-attachment: fixed;
font-family: 'Quicksand', sans-serif;
Expand Down

0 comments on commit f16e2cf

Please sign in to comment.