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 {