1.3.1 patch, set background image rendering to crisp-edges for better look.
This commit is contained in:
parent
204dccb0ad
commit
308486eb21
10
index.html
10
index.html
|
|
@ -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/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue