Skip to content

Commit

Permalink
Fix checker background
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekaoh committed Sep 19, 2019
1 parent e94f73b commit be906b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ _site
.sass-cache
Gemfile.lock
*.gem
.jekyll-cache/
4 changes: 3 additions & 1 deletion _sass/jekyll-theme-modernist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
html {
background:#6C7989;
background: #6C7989 linear_gradient(#6C7989, #434B55) fixed;
height: 100%;
}

body {
Expand All @@ -12,7 +13,8 @@ body {
font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#555;
font-weight:300;
background:inline-image('checker.png') fixed;
background:url('../images/checker.png') fixed;
min-height: calc(100% - 100px);
}

.wrapper {
Expand Down

0 comments on commit be906b6

Please sign in to comment.