1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00

Fix background

This commit is contained in:
Steffo 2020-06-18 19:23:24 +02:00
parent 8e992a7ac8
commit 52b47ed349
Signed by: steffo
GPG key ID: 896A80F55F7C97F0
2 changed files with 5 additions and 7 deletions

View file

@ -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",

View file

@ -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;