summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-22 20:17:24 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-22 20:17:24 +0200
commit0ae053391018b2ec3c76b1bd47ca3cd432bdee26 (patch)
treef73e6709ad9df853ddab84337a35a98546eab594 /static
parent8b316d5d93956bf93d78d623516a680064ee3ef5 (diff)
downloadwww-0ae053391018b2ec3c76b1bd47ca3cd432bdee26.tar.gz
www-0ae053391018b2ec3c76b1bd47ca3cd432bdee26.tar.bz2
www-0ae053391018b2ec3c76b1bd47ca3cd432bdee26.zip
nicer buttons
Diffstat (limited to 'static')
-rw-r--r--static/styles.css14
1 files changed, 14 insertions, 0 deletions
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,