URI:
       telegance - blck - ephemeral pastebin/url shortener
  HTML git clone https://git.parazyd.org/blck
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit d3400d02c80e71fcf144573c0690bc9ba8d55c7b
   DIR parent 54f6b03ad31c19d944d4caf81d8b6b03a49834c5
  HTML Author: parazyd <parazyd@dyne.org>
       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(-)
       ---
   DIR diff --git a/static/style.css b/static/style.css
       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;
   DIR diff --git a/templates/index.html b/templates/index.html
       t@@ -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>