Skip to content

Commit f16e2cf

Browse files
committed
Small background gradient for better visibility
1 parent 092551e commit f16e2cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LinkDotNet.Blog.Web/wwwroot/css/basic.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939

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

42+
--background-gradient-start: var(--white);
43+
--background-gradient-end: var(--wild-sand);
4244
}
4345

4446

@@ -48,6 +50,7 @@ html {
4850

4951
body {
5052
margin: 0;
53+
background-image: linear-gradient(to bottom, var(--background-gradient-start) 60%, var(--background-gradient-end));
5154
background-repeat: no-repeat;
5255
background-attachment: fixed;
5356
font-family: 'Quicksand', sans-serif;

0 commit comments

Comments
 (0)