From 52b47ed34985c75c86b7b1d7606fd8a442fc6197 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 18 Jun 2020 19:23:24 +0200 Subject: [PATCH] Fix background --- package.json | 2 +- src/styles/theme.less | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cc65bb9..90737a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "bluelib", - "version": "0.10.3", + "version": "0.10.4", "license": "AGPL-3.0-or-later", "source": "src/index.js", "main": "dist/index.js", diff --git a/src/styles/theme.less b/src/styles/theme.less index 9ce756e..0502688 100644 --- a/src/styles/theme.less +++ b/src/styles/theme.less @@ -1,16 +1,14 @@ @import "constants.less"; .bluelib { + background-color: @bg; + color: @fg; + font-family: @sans; + * { box-sizing: border-box; } - body { - background-color: @bg; - color: @fg; - font-family: @sans; - } - h1, h2, h3, h4, h5, h6 { margin-top: 4px; margin-bottom: 4px;