Compare commits
2 commits
f5de43b179
...
1c6767c8e0
Author | SHA1 | Date | |
---|---|---|---|
1c6767c8e0 | |||
c324a6954d |
2 changed files with 4 additions and 1 deletions
2
drip.css
2
drip.css
|
@ -1,5 +1,7 @@
|
|||
:root {
|
||||
color-scheme: dark light;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
body {
|
||||
margin: 0 auto;
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "eleventy",
|
||||
"serve": "eleventy --serve"
|
||||
"serve": "eleventy --serve",
|
||||
"upload": "scp -J root@dorsiblanco.lan.nulo.in -P2223 -r _site/* root@localhost:/data/nulex/"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
|
Loading…
Reference in a new issue