From d402b232b72d87b6753c11c501f55664e2bcbcbb Mon Sep 17 00:00:00 2001 From: jupfi Date: Sun, 14 Apr 2024 15:03:42 +0200 Subject: [PATCH] Added support us button. --- assets/css/base.css | 13 +++++++++++++ templates/base.html | 10 ++++------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/assets/css/base.css b/assets/css/base.css index d74e8f6..4e24415 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -63,3 +63,16 @@ footer a { font-weight: bold; text-align: center; } + +.support-us .btn { + font-size: 20px; /* Adjust font size if needed */ + padding: 10px 20px; /* Adjust padding if needed */ +} + +.support-us { + background: #ffb6c1; + padding: 15px; + border-radius: 4px; + margin-bottom: 20px; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* More intense shadow */ +} diff --git a/templates/base.html b/templates/base.html index a505c9d..93a9747 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,13 +26,11 @@ />

Private.coffee

+
+ Support Us +