Compare commits
No commits in common. "1c6767c8e084f84aae62e2f67041f2090d17c161" and "f5de43b1798bebd4bb691a6c731e6abc05695fc8" have entirely different histories.
1c6767c8e0
...
f5de43b179
2 changed files with 1 additions and 4 deletions
2
drip.css
2
drip.css
|
@ -1,7 +1,5 @@
|
|||
: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,8 +5,7 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "eleventy",
|
||||
"serve": "eleventy --serve",
|
||||
"upload": "scp -J root@dorsiblanco.lan.nulo.in -P2223 -r _site/* root@localhost:/data/nulex/"
|
||||
"serve": "eleventy --serve"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
|
Loading…
Reference in a new issue