🔥 Sync 2026-08-05 04:56:07

This commit is contained in:
github-actions[bot]
2026-08-05 04:56:07 +08:00
parent 93d74e7104
commit 2a71f6b4e8
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ LUCI_NAME:=luci-theme-footstrap
FOOTSTRAP_VERSION?=
ifneq ($(FOOTSTRAP_VERSION),)
PKG_VERSION:=$(FOOTSTRAP_VERSION)
PKG_RELEASE:=1
PKG_RELEASE:=3
endif
LUCI_TITLE:=Footstrap Theme
@@ -1,2 +1,5 @@
config footstrap 'settings'
option pattern 'a583df0ec986a6b8454f7be514e8cb32'
option darkmode 'dark'
option wallpaper 'pattern'
@@ -17,6 +17,11 @@
* docs/design-system.md. Light = :root; dark = :root[data-darkmode="true"].
* ============================================================ */
:root {
--card-bg-color: var(--fs-panel) !important;
--border-color: var(--fs-border) !important;
--app-container_title-color: var(--fs-text) !important;
--item-label_key-span-color: var(--app-container_title-color) !important;
--app-container_status-label_block: var(--app-container_title-color) !important;
/* Palette COLOURS are in 03-palettes.css (one swappable block per colourway × mode);
* everything here is palette-INDEPENDENT or var()-derived, so it follows the active
* palette. The INKS (--fs-on-accent &c.) are in the palette blocks too, beside the