diff --git a/public/static/main.css b/public/static/main.css index 6efc125..28d53ca 100644 --- a/public/static/main.css +++ b/public/static/main.css @@ -8,7 +8,7 @@ textarea { border-radius: 4px; box-shadow: 0 2px 2px #20402030; transition: 150ms ease; - padding: 4px 8px + padding: 8px 12px } textarea:hover { box-shadow: 0 2px 4px #20402040; @@ -20,6 +20,14 @@ 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 diff --git a/views/template/main.pug b/views/template/main.pug index 7ae1c29..8efb7ca 100644 --- a/views/template/main.pug +++ b/views/template/main.pug @@ -7,7 +7,8 @@ html(lang='en_US') title blek! Bin#{title ? title : ''} link(rel='stylesheet' href='/static/main.css') body - h1(align='center') blek! Bin + h1(align='center') + a(href='/') blek! Bin p(align='center') a(href='https://git.blek.codes/blek/bin') Source | |