telegance - blck - ephemeral pastebin/url shortener [h|git clone https://git.parazyd.org/blck|URL:https://git.parazyd.org/blck|server|port] [1|Log|/git/blck/log.gph|server|port] [1|Files|/git/blck/files.gph|server|port] [1|Refs|/git/blck/refs.gph|server|port] [1|README|/git/blck/file/README.md.gph|server|port] [1|LICENSE|/git/blck/file/LICENSE.gph|server|port] --- [1|commit d3400d02c80e71fcf144573c0690bc9ba8d55c7b|/git/blck/commit/d3400d02c80e71fcf144573c0690bc9ba8d55c7b.gph|server|port] [1|parent 54f6b03ad31c19d944d4caf81d8b6b03a49834c5|/git/blck/commit/54f6b03ad31c19d944d4caf81d8b6b03a49834c5.gph|server|port] [h|Author: parazyd |URL:mailto:parazyd@dyne.org|server|port] Date: Mon, 20 Mar 2017 02:57:48 +0100 elegance Diffstat: M static/style.css | 15 ++++++++++++--- M templates/index.html | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) --- [1|diff --git a/static/style.css b/static/style.css|/git/blck/file/static/style.css.gph|server|port] t@@ -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; t@@ -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; [1|diff --git a/templates/index.html b/templates/index.html|/git/blck/file/templates/index.html.gph|server|port] t@@ -16,7 +16,7 @@