From 308486eb21957041002e4b68976357eb65d27531 Mon Sep 17 00:00:00 2001 From: Fristi Date: Mon, 18 Oct 2021 09:48:33 +0200 Subject: [PATCH] 1.3.1 patch, set background image rendering to crisp-edges for better look. --- index.html | 10 +++++++--- style.css | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 96017f6..0eaf266 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ Comfitu.re :: Sweet and Cozy - - + + @@ -17,7 +17,7 @@
   ___            __ _ _
  / __|___ _ __  / _(_) |_ _  _   _ _ ___
-| (__/ _ \ '  \|  _| |  _| || |_| '_/ -_)   v1.3.0
+| (__/ _ \ '  \|  _| |  _| || |_| '_/ -_)   v1.3.1
  \___\___/_|_|_|_| |_|\__|\_,_(_)_| \___|   by Fristi-brot.
             
Home @@ -171,6 +171,10 @@

Changelog

+

+ 1.3.1 Patch:
+ - Set background image rendering to "crisp-edges" +

1.3.0 Minor update:
- Updated site texts
diff --git a/style.css b/style.css index 2c12d01..171b5d4 100644 --- a/style.css +++ b/style.css @@ -27,6 +27,7 @@ body { background-position: center center; background-size: cover; background-attachment: fixed; + image-rendering: crisp-edges; } .container {