From 7c685aac4ebc1de459855a970f16963b68248f1e Mon Sep 17 00:00:00 2001 From: jupfi Date: Sun, 14 Apr 2024 15:20:02 +0200 Subject: [PATCH] Updated text colors for improved contrast. --- assets/css/base.css | 14 +++++++++++--- templates/base.html | 10 +++++----- templates/index.html | 2 +- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/assets/css/base.css b/assets/css/base.css index 4e24415..76520ce 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 !important; + color: #6b486b !important; } /* Give service boxes a border */ @@ -15,6 +15,7 @@ footer a { padding: 30px; box-sizing: border-box; box-shadow: inset 0 0 10px #ffb6c1; + color: #6b486b; } /* Limit size of navbar logo */ @@ -36,10 +37,12 @@ footer a { .btn-primary { background-color: #ffb6c1 !important; border-color: #ffb6c1 !important; + color: #6b486b !important; } .title-font { font-family: 'Dancing Script', cursive; + color: #6b486b; } .donation-details, .zvr-number, .contact-info { @@ -65,8 +68,9 @@ footer a { } .support-us .btn { - font-size: 20px; /* Adjust font size if needed */ - padding: 10px 20px; /* Adjust padding if needed */ + font-size: 20px; + padding: 10px 20px; + color: #6b486b; } .support-us { @@ -76,3 +80,7 @@ footer a { margin-bottom: 20px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* More intense shadow */ } + +.text-mauve { + color: #6b486b; +} diff --git a/templates/base.html b/templates/base.html index 93a9747..2bf5f1f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,7 +29,7 @@
Support Us
-