Compare commits
2 Commits
eaf1c72752
...
af97001ca4
Author | SHA1 | Date |
---|---|---|
b1ek | af97001ca4 | |
b1ek | 4e036652c3 |
|
@ -5,7 +5,8 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"dev": "node index.js"
|
"dev": "node index.js",
|
||||||
|
"prod": "node index.js"
|
||||||
},
|
},
|
||||||
"author": "b1ek",
|
"author": "b1ek",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -8,7 +8,7 @@ textarea {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: 0 2px 2px #20402030;
|
box-shadow: 0 2px 2px #20402030;
|
||||||
transition: 150ms ease;
|
transition: 150ms ease;
|
||||||
padding: 4px 8px
|
padding: 8px 12px
|
||||||
}
|
}
|
||||||
textarea:hover {
|
textarea:hover {
|
||||||
box-shadow: 0 2px 4px #20402040;
|
box-shadow: 0 2px 4px #20402040;
|
||||||
|
@ -20,6 +20,14 @@ textarea:disabled:hover {
|
||||||
color: rgb(61, 61, 61)
|
color: rgb(61, 61, 61)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 a {
|
||||||
|
color: black;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
h1 a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.data {
|
.data {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 240px
|
height: 240px
|
||||||
|
|
|
@ -7,7 +7,8 @@ html(lang='en_US')
|
||||||
title blek! Bin#{title ? title : ''}
|
title blek! Bin#{title ? title : ''}
|
||||||
link(rel='stylesheet' href='/static/main.css')
|
link(rel='stylesheet' href='/static/main.css')
|
||||||
body
|
body
|
||||||
h1(align='center') blek! Bin
|
h1(align='center')
|
||||||
|
a(href='/') blek! Bin
|
||||||
p(align='center')
|
p(align='center')
|
||||||
a(href='https://git.blek.codes/blek/bin') Source
|
a(href='https://git.blek.codes/blek/bin') Source
|
||||||
| |
|
| |
|
||||||
|
|
Loading…
Reference in New Issue