From 0ae053391018b2ec3c76b1bd47ca3cd432bdee26 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 22 Oct 2022 20:17:24 +0200 Subject: nicer buttons --- static/styles.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index b8493bde..44274f50 100644 --- a/static/styles.css +++ b/static/styles.css @@ -19,6 +19,20 @@ ul nav { background-color: #A5C663; } +.wallet-teaser-text { + padding-bottom: 2em; +} + +.install-button { + border: none; + padding: 8px 8px; + background-color: #0042b3; + color: #fff; +} + +.extension.row > .col-lg-6 { + padding-bottom: 2em; +} a, a:link, -- cgit v1.2.3