From 6c68cb168a6020e0589c99add348bb7a73f4eda6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 5 Feb 2026 21:38:57 -0500 Subject: shifter stuff + updated downloads --- src/scripts/variables.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/scripts/variables.ts (limited to 'src/scripts/variables.ts') diff --git a/src/scripts/variables.ts b/src/scripts/variables.ts new file mode 100644 index 0000000..b119216 --- /dev/null +++ b/src/scripts/variables.ts @@ -0,0 +1,6 @@ +export let cssVariables = ['--titlebar-colour', + '--titlebar-text-colour', + '--titlebar-control-colour', + '--titlebar-control-link', + '--window-font', + '--titlebar-font']; -- cgit v1.2.3