1.3.1 patch, set background image rendering to crisp-edges for better look.

This commit is contained in:
Fristi 2021-10-18 09:48:33 +02:00
parent 204dccb0ad
commit 308486eb21
No known key found for this signature in database
GPG key ID: A7451474B7F0D49B
2 changed files with 8 additions and 3 deletions

View file

@ -4,8 +4,8 @@
<meta charset="UTF-8">
<title>Comfitu.re :: Sweet and Cozy</title>
<link href="style.css?v=1.3.0" rel="stylesheet"/>
<script src="script.js?v=1.3.0" type="application/javascript"></script>
<link href="style.css?v=1.3.1" rel="stylesheet"/>
<script src="script.js?v=1.3.1" type="application/javascript"></script>
</head>
<body>
@ -17,7 +17,7 @@
<pre>
___ __ _ _
/ __|___ _ __ / _(_) |_ _ _ _ _ ___
| (__/ _ \ ' \| _| | _| || |_| '_/ -_) <a href="#changelog">v1.3.0</a>
| (__/ _ \ ' \| _| | _| || |_| '_/ -_) <a href="#changelog">v1.3.1</a>
\___\___/_|_|_|_| |_|\__|\_,_(_)_| \___| by Fristi-brot.
</pre>
<a href="#home">Home</a>
@ -171,6 +171,10 @@
<div class="content" id="changelog">
<h1>Changelog</h1>
<p>
1.3.1 Patch:<br/>
- Set background image rendering to "crisp-edges"
</p>
<p>
1.3.0 Minor update:<br/>
- Updated site texts<br/>

View file

@ -27,6 +27,7 @@ body {
background-position: center center;
background-size: cover;
background-attachment: fixed;
image-rendering: crisp-edges;
}
.container {