From: Ben Beltran Date: Mon, 9 May 2016 02:26:36 +0000 (-0500) Subject: Fixes button size and colors X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/951585fa12caec71cac05dc17837942210cce493 Fixes button size and colors --- diff --git a/jekyll/css/application.css b/jekyll/css/application.css index ab4d72e..61cbaa9 100644 --- a/jekyll/css/application.css +++ b/jekyll/css/application.css @@ -103,7 +103,7 @@ ul { .pepperoni-widget .record-button { display: flex; font-size: 1.538461em; - padding: 1em; + padding: 10px 20px 50px; margin: 1em; height: 1em; background-color: #f1f1f1; @@ -116,7 +116,7 @@ ul { } .pepperoni-widget .record-button.recording { - background-color: #00cc12; + background-color: #ff00ff; color: white; padding: 1em 1.1em 1em 0.68em; } @@ -127,7 +127,7 @@ ul { } .pepperoni-widget .record-button.recording:hover { - background-color: #d30058; + background-color: #ff00ff; color: #f1f1f1; } @@ -183,3 +183,9 @@ ul { display: inline; margin-right: 2em; } + +.guestbook-control input { + font-family: 'VT323', monospace; + padding: 10px; + font-size: 24px; +}