From 48df3543d114bdc60a21bf071c11c567402af3c6 Mon Sep 17 00:00:00 2001 From: sammy-ette Date: Sun, 4 May 2025 02:25:00 +0000 Subject: [PATCH] deploy: 87955d70c6b528497d138b20f5386e07eeab97f1 --- versions/new-website/index.html | 2 +- versions/new-website/tailwind.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/versions/new-website/index.html b/versions/new-website/index.html index c11fd7a..c395d12 100644 --- a/versions/new-website/index.html +++ b/versions/new-website/index.html @@ -1,5 +1,5 @@ -Hilbish

Hilbish

Something Unique.

Hilbish is the new Moon-powered interactive shell for Lua fans!
Extensible, scriptable, configurable: All in Lua.

Scroll for more

Feature Overview

The Moon-powered shell

Hilbish makes use of the Lua programming language for interactive and config scripting. +Hilbish

Hilbish

Something Unique.

Hilbish is the new Moon-powered interactive shell for Lua fans!
Extensible, scriptable, configurable: All in Lua.

Scroll for more

Feature Overview

The Moon-powered shell

Hilbish makes use of the Lua programming language for interactive and config scripting. If you write Lua on a regular basis, Hilbish will be the perfect resident in your terminal. You can still use shell script, but Lua takes the spotlight (or the moonlight..)

Modern, Helpful Interactive Features

Graphical TUI history, sensible tab completions, elegantly refreshing prompts, name it all and Hilbish either has it or it's 1 suggestion or 1 script away from being possible. diff --git a/versions/new-website/tailwind.css b/versions/new-website/tailwind.css index 6c38fec..9f313af 100644 --- a/versions/new-website/tailwind.css +++ b/versions/new-website/tailwind.css @@ -3064,14 +3064,14 @@ line-height: var(--tw-leading, var(--text-sm--line-height)); } } - .dark\:bg-stone-950 { + .dark\:bg-neutral-950 { @media (prefers-color-scheme: dark) { - background-color: var(--color-stone-950); + background-color: var(--color-neutral-950); } } - .dark\:to-black { + .dark\:to-neutral-950 { @media (prefers-color-scheme: dark) { - --tw-gradient-to: var(--color-black); + --tw-gradient-to: var(--color-neutral-950); --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); } }