diff src/main.css @ 38:0aea9e55899b

hack in path router - dirs kind of work; putting a video in the path doesn't
author drewp@bigasterisk.com
date Wed, 04 Dec 2024 21:50:16 -0800
parents 1a9a8af1aa19
children 44bd161e4779
line wrap: on
line diff
--- a/src/main.css	Tue Dec 03 19:28:11 2024 -0800
+++ b/src/main.css	Wed Dec 04 21:50:16 2024 -0800
@@ -6,6 +6,16 @@
   margin: 0;
   height: 100vh;
   background: radial-gradient(ellipse at center, #162c4a 0%, #0c2236 36%, #020f16 100%) !important;
+  color: white;
+}
+
+header {
+  background: rgb(247 112 31 / 44%);
+}
+
+header img {
+  height: 50px;
+  vertical-align: middle;
 }
 
 h1,