From e4d28b3e41ae0e1932a381ea75f3d9abed51c02e Mon Sep 17 00:00:00 2001 From: biglyderv Date: Wed, 5 Mar 2025 13:53:35 -0500 Subject: [PATCH] ui --- docs/index.html | 3 +++ docs/main.css | 23 ++++++++++++++++++----- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index 835a402..3341c6b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,6 +57,9 @@
+ Nilgrinder: Nothing to Everything + +
hud
diff --git a/docs/main.css b/docs/main.css index fe3da08..b7c6356 100644 --- a/docs/main.css +++ b/docs/main.css @@ -3,30 +3,43 @@ canvas { height: 100vh; } -body, html { +body, +html { margin: 0; padding: 0; overflow: hidden; } + .hud { position: fixed; top: 0; left: 0; - background: rgba(255, 255, 255, 0.7); + background: rgba(201, 177, 206, 0.7); color: rgb(0, 0, 0); - font-family: monospace; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; padding: 10px; min-width: 200px; min-height: 50px; - font-size: 32px; + font-size: 24px; user-select: none; } +.main-hud { + margin-top: 25px; +} + +.item a { + color: inherit; + text-decoration: none; +} + .item { font-size: 0.6em; - background: rgb(255, 255, 255); + background: rgb(238, 222, 245); padding: 5px; width: 300px; + font-weight: bold; + margin-top: 5px; } \ No newline at end of file