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