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

View file

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