summaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
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 {