From 758de879cb759576604e325e0de1900da4fd8cf9 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 17 Dec 2023 16:30:19 +0100 Subject: bakgrond --- web/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'web/style.css') diff --git a/web/style.css b/web/style.css index 97807ef..c235155 100644 --- a/web/style.css +++ b/web/style.css @@ -9,8 +9,10 @@ } body { - background-image: linear-gradient(to right, purple , #008F8F); - background-attachment: fixed; + background-image: url("static_elements/networkheaven.png"); + /*background-image: linear-gradient(to right, purple , #008F8F);*/ + background-repeat: no-repeat; + background-size: cover; text-shadow: 0px 0px 1px rgba(255,0,0,0); font-smooth: never; -webkit-font-smoothing : none; @@ -56,8 +58,7 @@ a { } hr { - border-color: #5B5B66; - color: #5B5B66; + color: rgb(128, 128, 128); } .statusbox { -- cgit v1.2.3