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 @@