Add tab widget to frontend example

This commit is contained in:
2025-08-10 11:11:23 -04:00
parent 1d50384bb8
commit 7265642b8b
4 changed files with 228 additions and 10 deletions

View File

@@ -2,12 +2,14 @@
:root {
--glass: #EEEEEE77;
--background: #EEE;
--control: #FFF4;
--foreground: #333;
--subtle-foreground: #888;
--outline: #00000015;
--shine: #00000015;
--accent: #209D6E;
--subtle-accent: #209D6E30;
--subtler-accent: #209D6E12;
--shadow: 0 4px 32px #03281A12;
--icon-filter: hue-rotate(157deg) saturate(0.80) brightness(1.3);
}