Use new UI (#8983)

* fixup build

* swap frontends
This commit is contained in:
Blake Blackshear
2023-12-16 16:20:59 +00:00
parent a2c6f45454
commit bdebb99b5a
286 changed files with 20010 additions and 20007 deletions

View File

@@ -0,0 +1,61 @@
.theme-netflix.light {
--background: 0, 0%, 100%;
--foreground: 0, 0%, 0%;
--muted: 0, 0%, 68%;
--muted-foreground: 0, 0%, 0%;
--popover: 0, 0%, 95%;
--popover-foreground: 0, 0%, 0%;
--border: 0, 68%, 39%;
--input: 0, 68%, 39%;
--card: 0, 0%, 95%;
--card-foreground: 0, 0%, 0%;
--primary: 0, 100%, 44%;
--primary-foreground: 0, 0%, 100%;
--secondary: 0, 0%, 0%;
--secondary-foreground: 0, 0%, 100%;
--accent: 0, 100%, 50%;
--accent-foreground: 0, 0%, 0%;
--destructive: 0, 68%, 39%;
--destructive-foreground: 0, 0%, 100%;
--ring: 0, 100%, 44%;
}
.theme-netflix.dark {
--background: 0, 0%, 0%;
--foreground: 0, 0%, 100%;
--muted: 0, 0%, 50%;
--muted-foreground: 0, 0%, 100%;
--popover: 0, 0%, 5%;
--popover-foreground: 0, 0%, 100%;
--border: 0, 68%, 39%;
--input: 0, 68%, 39%;
--card: 0, 0%, 5%;
--card-foreground: 0, 0%, 100%;
--primary: 0, 100%, 44%;
--primary-foreground: 0, 0%, 0%;
--secondary: 0, 0%, 100%;
--secondary-foreground: 0, 0%, 0%;
--accent: 0, 100%, 50%;
--accent-foreground: 0, 0%, 100%;
--destructive: 0, 68%, 39%;
--destructive-foreground: 0, 0%, 100%;
--ring: 0, 100%, 44%;
}