diff web_resources/style/entry-content.css @ 0:bc5cc170163c

Initial revision
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Wed, 03 Oct 2018 23:40:57 +0200
parents
children c271192aac9d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web_resources/style/entry-content.css	Wed Oct 03 23:40:57 2018 +0200
@@ -0,0 +1,7 @@
+@import url("common.css");
+
+html,
+body {
+  background: var(--white-100);
+  padding: 4px;
+}