blck

ephemeral pastebin/url shortener
git clone https://git.parazyd.org/blck
Log | Files | Refs | README | LICENSE

commit d3400d02c80e71fcf144573c0690bc9ba8d55c7b
parent 54f6b03ad31c19d944d4caf81d8b6b03a49834c5
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 20 Mar 2017 02:57:48 +0100

elegance

Diffstat:
Mstatic/style.css | 15++++++++++++---
Mtemplates/index.html | 2+-
2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/static/style.css b/static/style.css @@ -1,4 +1,4 @@ -@font-face { font-family: copse; src: url(quattro.woff); } +@font-face { font-family: copse; src: url('quattro.woff'); } body { background: #f4f5e7 url('bg.png') no-repeat top right !important; @@ -16,10 +16,19 @@ body { font-size: 70%; } +a, a:visited, a:active { + color: #179c3f; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + footer { clear: both; - color: #666; - font-size: 50%; + color: #999; + font-size: 40%; padding: 1em; text-align: right; position: absolute; diff --git a/templates/index.html b/templates/index.html @@ -16,7 +16,7 @@ </form> </div> <footer> - with &lt;3 by <a href="https://parazyd.cf">parazyd</a> | <a href="https://github.com/parazyd/blck.cf">source</a> + with ❤️ from <a href="https://parazyd.cf">parazyd</a> | <a href="https://github.com/parazyd/blck.cf">source</a> </footer> <div>