From bdc46bd756f90000508f8f1d12590a80ed39c64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cain=C3=A3=20Brazil?= Date: Thu, 22 Jul 2021 08:35:39 +0100 Subject: [PATCH] Allow better reading of text over image In order to achieve better reading of the text over sharp image, we could blur the background of the text, or the whole image. You can check more about it [here](https://css-tricks.com/design-considerations-text-images/#blurring) --- static/css/page.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/page.css b/static/css/page.css index 41238d1..10c75de 100755 --- a/static/css/page.css +++ b/static/css/page.css @@ -29,6 +29,7 @@ body, html { .homeDiv { font-family: "Gravity-Book"; color: white; + backdrop-filter: blur(1px); } .homeMainTitle {