aboutsummaryrefslogtreecommitdiff
path: root/backends/networking
diff options
context:
space:
mode:
Diffstat (limited to 'backends/networking')
-rw-r--r--backends/networking/wwwroot.zipbin228117 -> 228232 bytes
-rw-r--r--backends/networking/wwwroot/style.css9
2 files changed, 6 insertions, 3 deletions
diff --git a/backends/networking/wwwroot.zip b/backends/networking/wwwroot.zip
index 4d98136c77..403385ba2e 100644
--- a/backends/networking/wwwroot.zip
+++ b/backends/networking/wwwroot.zip
Binary files differ
diff --git a/backends/networking/wwwroot/style.css b/backends/networking/wwwroot/style.css
index f092b058a8..75c8378229 100644
--- a/backends/networking/wwwroot/style.css
+++ b/backends/networking/wwwroot/style.css
@@ -1,4 +1,8 @@
-body, .header { background: #FFCC33; }
+html {
+ background: rgb(212, 117, 11);
+ background: linear-gradient(to bottom, rgb(212, 117, 11) 0%, rgb(212, 117, 11) 36%, rgb(239, 196, 24) 100%);
+ height: 100vh;
+}
.container {
width: 80%;
@@ -7,7 +11,6 @@ body, .header { background: #FFCC33; }
.header {
padding: 10pt;
- /*margin: 8pt;*/
margin-bottom: 0;
}
@@ -18,4 +21,4 @@ body, .header { background: #FFCC33; }
font-size: 16pt;
}
-.content p { margin: 0 0 6pt 0; } \ No newline at end of file
+.content p { margin: 0 0 6pt 0; }