diff web_resources/style/entry-content.css @ 8:c271192aac9d

Improve visual appearance Make use of the built-in browser extension stylesheet. Use semantic CSS variables.
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Tue, 27 Nov 2018 11:11:15 +0100
parents bc5cc170163c
children b9dc94ce2eeb
line wrap: on
line diff
--- a/web_resources/style/entry-content.css	Tue Nov 27 10:47:26 2018 +0100
+++ b/web_resources/style/entry-content.css	Tue Nov 27 11:11:15 2018 +0100
@@ -1,7 +1,14 @@
+/*
+ * Copyright (C) 2018 Guido Berhoerster <guido+feed-preview@berhoerster.name>
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
 @import url("common.css");
 
 html,
 body {
-  background: var(--white-100);
   padding: 4px;
 }