🏡 index : ~doyle/bin.git

author Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-13 22:16:29.0 +00:00:00
committer Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-13 22:16:49.0 +00:00:00
commit
a49af51edae941aaec957f47e13122d31e4f9864 [patch]
tree
ef943e2762eaaffc9d4869745df81a7e9b64cfd4
parent
cd8fb8e3490ec6da32b58d2c904cb9bd4917f1c9
download
a49af51edae941aaec957f47e13122d31e4f9864.tar.gz

Use Courier everywhere



Diff

 templates/base.html  | 2 ++
 templates/index.html | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html
index e193ae8..774344f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -14,6 +14,8 @@
            padding: 2rem;
            background: #263238;
            color: #B0BEC5;
            font-family: 'Courier New', Courier, monospace;
            line-height: 1.1;

            display: flex;
        }
diff --git a/templates/index.html b/templates/index.html
index 64986dd..f7bff1b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -9,8 +9,10 @@
        background: none;
        border: none;
        color: inherit;
        font-family: monospace;
        resize: none;
        font-family: inherit;
        font-size: 1rem;
        line-height: inherit;
    }

    button[type="submit"] {