about summary refs log tree commit diff
path: root/served/styles
diff options
context:
space:
mode:
Diffstat (limited to 'served/styles')
-rw-r--r--served/styles/statistics.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/served/styles/statistics.css b/served/styles/statistics.css
new file mode 100644
index 0000000..2b9bb61
--- /dev/null
+++ b/served/styles/statistics.css
@@ -0,0 +1,23 @@
+#hostmeminfo,
+#hostnetinfo {
+	width: 256px;
+	height: 160px;
+	image-rendering: pixelated;
+	border: 1px solid var(--text);
+}
+
+.stat {
+	h2 {
+		margin: 0;
+	}
+
+	p:first-of-type {
+		margin-top: 0;
+	}
+}
+
+#stats {
+	display: grid;
+	grid-template-columns: 1fr 1fr;
+	column-gap: 0.5rem;
+}
\ No newline at end of file