Varia: Simply hides the wpstats image :-)
@@ -15,3 +15,5 @@
@import "comments/comments";
@import "widgets/widgets";
+
+@import "utilities/utilities";
@@ -0,0 +1,11 @@
+/* Utilities */
+img#wpstats {
+ position: absolute !important;
+ clip: rect(0, 0, 0, 0);
+ padding: 0 !important;
+ border: 0 !important;
+ height: 0 !important;
+ width: 0 !important;
+ overflow: hidden;
+}
@@ -2816,6 +2816,17 @@ table th,
flex: 0 0 100%;
}
/**
* Site Pages
* - Page specific styles
@@ -2821,6 +2821,17 @@ table th,