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 {