From fc136249e2c8d3d2ed6603d2d594ea448fd6e5f3 Mon Sep 17 00:00:00 2001 From: sammy-ette Date: Sun, 4 May 2025 01:52:18 +0000 Subject: [PATCH] deploy: 1bc6aef471e54c95a246f4a17e4d529a36a54735 --- versions/new-website/index.html | 2 +- versions/new-website/tailwind.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/versions/new-website/index.html b/versions/new-website/index.html index 48ea9b0..c11fd7a 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 4e76ca9..6c38fec 100644 --- a/versions/new-website/tailwind.css +++ b/versions/new-website/tailwind.css @@ -3069,9 +3069,9 @@ background-color: var(--color-stone-950); } } - .dark\:to-stone-950 { + .dark\:to-black { @media (prefers-color-scheme: dark) { - --tw-gradient-to: var(--color-stone-950); + --tw-gradient-to: var(--color-black); --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)); } }