From d90ca5bd6a519f890df82091d63828568e65a044 Mon Sep 17 00:00:00 2001 From: jupfi Date: Sun, 14 Apr 2024 14:03:44 +0200 Subject: [PATCH] Creation of membership and donations page. --- assets/css/base.css | 13 +++++++++++-- templates/base.html | 10 +++++++++- templates/membership.html | 18 ++++++++++++++++++ 3 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 templates/membership.html diff --git a/assets/css/base.css b/assets/css/base.css index d62bfd2..a70ea2f 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -4,7 +4,7 @@ /* Make sure links in the footer are white */ footer a { - color: #fff; + color: #fff !important; } /* Give service boxes a border */ @@ -19,7 +19,7 @@ footer a { /* Limit size of navbar logo */ .navbar-brand-img { - max-height: 50px; + max-height: 150px; margin-right: 10px; } @@ -31,4 +31,13 @@ footer a { .bg-coffee { background-color: #ffb6c1; +} + +.btn-primary { + background-color: #ffb6c1 !important; + border-color: #ffb6c1 !important; +} + +.title-font { + font-family: 'Dancing Script', cursive; } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index a07c529..d7f1a08 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,10 +24,15 @@ src="assets/img/logo-inv.svg" alt="Private.coffee logo" /> - Private.coffee +

Private.coffee