From d9bc404d3d9c2c8fdf6e2b4e1a5357e500c69f04 Mon Sep 17 00:00:00 2001 From: Tony Marsella Date: Thu, 3 Aug 2023 17:07:58 -0700 Subject: [PATCH] XMR donation address --- static/style.css | 8 ++++++++ templates/index.html | 11 ++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 1d3c711..e6b7e03 100644 --- a/static/style.css +++ b/static/style.css @@ -335,6 +335,14 @@ header { .scroll-to-top-button.show { opacity: 1; } + + .xmr-address { + background-color: #f0f0f007; + border: 1px solid #333333; + border-radius: 10px; + padding: 20px; + word-wrap: break-word; + } /* Mobile Breakpoints */ /* Extra small devices (phones, 600px and down) */ diff --git a/templates/index.html b/templates/index.html index 3437367..0e74d6b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -87,9 +87,14 @@