diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cd6e660..3a015dd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^1.1.0 version: 1.1.4 '@mercuryworkshop/epoxy-transport': - specifier: ^2.1.0 - version: 2.1.0(typescript@5.5.3) + specifier: ^1.1.0 + version: 1.1.0(bufferutil@4.0.8)(typescript@5.5.3)(utf-8-validate@6.0.4) '@tomphttp/bare-server-node': specifier: ^2.0.3 version: 2.0.3(bufferutil@4.0.8)(utf-8-validate@6.0.4) diff --git a/src/global.css b/src/global.css index babc8c7..ecf9ff3 100644 --- a/src/global.css +++ b/src/global.css @@ -4,38 +4,26 @@ @tailwind utilities; @layer base { - :root { - /* --background-image: url("/assets/media/backgrounds/full-inverted.png"); */ - --background: #111; - --background-secondary: #222; - --interactive: #333; - --interactive-secondary: #777; - --border: #555; - --accent: #555; - --text: #fff; - --text-secondary: #fff; - } - - /* .dark { - --background-image: url("/assets/media/backgrounds/full-main.png"); - --background: #14121f; - --background-secondary: #853ff916; - --interactive: #7d51fd50; - --interactive-secondary: #845ffd5f; - --border: #9879ff83; - --accent: #8668ffcc; - --text: #e3defffe; - --text-secondary: #baa7ff; - } */ + :root { + /* --background-image: url("/assets/media/backgrounds/full-inverted.png"); */ + --background: #111; + --background-secondary: #222; + --interactive: #333; + --interactive-secondary: #777; + --border: #555; + --accent: #555; + --text: #fff; + --text-secondary: #fff; + } } @layer base { - body { - /* background-image: var(--background-image); */ - @apply h-full font-sans bg-background text-text; - } + body { + /* background-image: var(--background-image); */ + @apply h-full font-sans bg-background text-text; + } - * { - @apply border-border; - } + * { + @apply border-border; + } } diff --git a/src/pages/index.astro b/src/pages/index.astro index ae2caa7..2db1108 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -28,9 +28,9 @@ const splashText = [ -