From 48d3ff62bb65770dc8f6e78adb13f9e367c2a2df Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 25 Oct 2020 15:31:48 -0500 Subject: [PATCH] Trying to brighten up page. --- templates/base.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/templates/base.html b/templates/base.html index 60fdad0..45ce16d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,12 +12,12 @@ --grid-maxWidth: 108rem; --grid-gutter: 4rem; --color-success: #fafafa; - --bg-color: #000; + --bg-color: #222222; --bg-secondary-color: #131316; --font-color: #f5f5f5; --color-grey: #ccc; --color-darkGrey: #777; - --color-success: #020f09; + --color-success: #222222; } @font-face { font-family: 'CaviarDreams'; @@ -55,15 +55,15 @@ height: 100%; background: linear-gradient( - rgba(0, 0, 0, 0.7), - rgba(0, 0, 0, 0.7) + rgba(0, 0, 0, 0.0), + rgba(0, 0, 0, 0.0) ), url('/images/main_img.webp'); - -webkit-filter: blur(3px); - -moz-filter: blur(3px); - -o-filter: blur(3px); - -ms-filter: blur(3px); - filter: blur(3px); + -webkit-filter: blur(7px); + -moz-filter: blur(7px); + -o-filter: blur(7px); + -ms-filter: blur(7px); + filter: blur(7px); /* Center and scale the image nicely */ background-position: center; @@ -108,7 +108,6 @@

Made using Zola and Chota