comparison 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
comparison
equal deleted inserted replaced
7:2bbb7617dd13 8:c271192aac9d
1 /*
2 * Copyright (C) 2018 Guido Berhoerster <guido+feed-preview@berhoerster.name>
3 *
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 */
8
1 @import url("common.css"); 9 @import url("common.css");
2 10
3 html, 11 html,
4 body { 12 body {
5 background: var(--white-100);
6 padding: 4px; 13 padding: 4px;
7 } 14 }