From 57e9286479d1872af919ad5323443cf3f7c25c1e Mon Sep 17 00:00:00 2001 From: Galen Wolfe-Pauly Date: Fri, 6 Nov 2015 18:11:09 -0800 Subject: [PATCH] friendly login page --- arvo/eyre.hoon | 1 + lib/base.css | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/arvo/eyre.hoon b/arvo/eyre.hoon index c413bd8db..83ea44e2e 100644 --- a/arvo/eyre.hoon +++ b/arvo/eyre.hoon @@ -453,6 +453,7 @@ ;span#ship(contenteditable ""); == ;input#pass(type "password"); + ;h2.advice: (Your login code has been printed to your console.) ;pre:code#err; ;script@"/~/at/~/auth.js"; ;script:''' diff --git a/lib/base.css b/lib/base.css index 94fae6346..0b4ab4c47 100644 --- a/lib/base.css +++ b/lib/base.css @@ -110,9 +110,13 @@ code, left: 50%; } +h1, +h2 { + font-weight: 500; +} + h1 { font-size: 1.6rem; - font-weight: 500; } h1:after { @@ -120,6 +124,15 @@ h1:after { margin-left: 1rem; } +h2 { + font-size: 1rem; +} + +h2.advice { + margin-top: 2rem; + color: #555; +} + #c pre { font-size: .6rem; margin-top: 2rem;