diff --git a/templates/background.jpg b/templates/background.jpg new file mode 100644 index 0000000..4941dcb Binary files /dev/null and b/templates/background.jpg differ diff --git a/templates/style.css b/templates/style.css index 190781b..9812274 100644 --- a/templates/style.css +++ b/templates/style.css @@ -10,10 +10,11 @@ body { min-height: 100vh; width: 100vw; - background-color: #888; color: #edfbff; display: flex; flex-direction: column; + + background: linear-gradient(90deg, rgba(210, 120, 80, .95), rgba(250, 60, 70, .95)), url(background.jpg); } a { @@ -82,6 +83,7 @@ footer { display: flex; justify-content: center; padding: 2em; - background-color: #aaa; + background-color: rgba(255, 255, 255, .075); + backdrop-filter: blur(5px); }