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)); } }