From 3ef20e8d428999a0b74b793a3c558c9cbcebf344 Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 6 Jul 2024 21:10:02 +0200 Subject: [PATCH] style+fix: z-index and alignment --- public/index.html | 2 +- public/res/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 73fb6e9..6094ab4 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@
-
+

Nebulosus

diff --git a/public/res/style.css b/public/res/style.css index c2dc783..e2a67b1 100644 --- a/public/res/style.css +++ b/public/res/style.css @@ -24,7 +24,7 @@ header { border-bottom: 4px solid var(--theme-color); color: #000; align-content: center; - + z-index: 100; box-shadow: 0 0 20px var(--theme-color-lowlight); }