From 23ce49ca8f263278369dfce801c55389c509da41 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 17 Feb 2024 20:44:43 +0000 Subject: [PATCH] Improve readability of recent posts --- static/src/scss/_homepage.scss | 6 +++--- website/home/templates/home/home_page_card.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/src/scss/_homepage.scss b/static/src/scss/_homepage.scss index d35d803..49d5418 100644 --- a/static/src/scss/_homepage.scss +++ b/static/src/scss/_homepage.scss @@ -83,7 +83,7 @@ body.page-homepage { object-fit: cover; position: absolute; transition: filter 0.25s; - filter: brightness(0.9); + filter: brightness(0.85); } p { @@ -93,7 +93,7 @@ body.page-homepage { padding: 0.5rem; transition: background-color 0.25s; width: 100%; - background-color: rgb(0 0 0 / 50%); + background-color: rgb(0 0 0 / 55%); } figure { @@ -107,7 +107,7 @@ body.page-homepage { } p { - background-color: rgb(0 0 0 / 70%); + background-color: rgb(0 0 0 / 75%); } } } diff --git a/website/home/templates/home/home_page_card.html b/website/home/templates/home/home_page_card.html index 41519a0..29e86c0 100644 --- a/website/home/templates/home/home_page_card.html +++ b/website/home/templates/home/home_page_card.html @@ -7,7 +7,7 @@
{{ page.hero_image_alt }} -

{{ page.title }}

+

{{ page.title }}