mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
Fix background
This commit is contained in:
parent
8e992a7ac8
commit
52b47ed349
2 changed files with 5 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"private": false,
|
"private": false,
|
||||||
"name": "bluelib",
|
"name": "bluelib",
|
||||||
"version": "0.10.3",
|
"version": "0.10.4",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"source": "src/index.js",
|
"source": "src/index.js",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
@import "constants.less";
|
@import "constants.less";
|
||||||
|
|
||||||
.bluelib {
|
.bluelib {
|
||||||
|
background-color: @bg;
|
||||||
|
color: @fg;
|
||||||
|
font-family: @sans;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
background-color: @bg;
|
|
||||||
color: @fg;
|
|
||||||
font-family: @sans;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
|
|
Loading…
Reference in a new issue