Change background style for improved legibility
All checks were successful
Build Jekyll weblog / build (push) Successful in 3s
All checks were successful
Build Jekyll weblog / build (push) Successful in 3s
This commit is contained in:
parent
72b0f070e1
commit
0d5831563d
2
404.html
2
404.html
@ -40,6 +40,6 @@ permalink: /404.html
|
|||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div id="page-footer">
|
<div id="page-footer">
|
||||||
<p id="footer-text">Copyright ©2023 <a href="{{ "/about/" | prepend: site.baseurl }}">JackCarterSmith</a></p>
|
<p id="footer-text">Copyright ©2024 <a href="{{ "/about/" | prepend: site.baseurl }}">JackCarterSmith</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
<div class="footer-col footer-col-2">
|
<div class="footer-col footer-col-2">
|
||||||
<p>{{ site.description }}</p>
|
<p>{{ site.description }}</p>
|
||||||
<br />
|
<br />
|
||||||
<p>Copyright ©2023 JackCarterSmith</p>
|
<p>Copyright ©2024 JackCarterSmith</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -31,8 +31,10 @@ $site-base-font-weight: lighter;
|
|||||||
// Site background image and image sampling rules.
|
// Site background image and image sampling rules.
|
||||||
//
|
//
|
||||||
@mixin my-site-background {
|
@mixin my-site-background {
|
||||||
background: url("../static/images/site-bg.png") repeat-y left top;
|
//background: url("../static/images/site-bg.png") repeat-y left top;
|
||||||
background-size: 100% 100%;
|
background: url("../static/images/site-bg.png") left top;
|
||||||
|
//background-size: 100% 100%;
|
||||||
|
background-size: auto auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 817 B After Width: | Height: | Size: 14 KiB |
Loading…
x
Reference in New Issue
Block a user