summaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
authornavewindre <nw@moneybot.cc>2023-12-17 16:30:19 +0100
committernavewindre <nw@moneybot.cc>2023-12-17 16:30:19 +0100
commit758de879cb759576604e325e0de1900da4fd8cf9 (patch)
tree23b818e29a4b9febb9aa065fc6a879f88bd962b0 /web/style.css
parent54d747ff46d4e096a98c4b1621a1c2f6208a3891 (diff)
bakgrond
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css9
1 files changed, 5 insertions, 4 deletions
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 {