mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 01:33:51 +02:00
theme and virtualized list
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
:root {
|
||||
:root[data-theme='light'] {
|
||||
--radius: 0.65rem;
|
||||
--background: oklch(1 0 0);
|
||||
--foreground: oklch(0.141 0.005 285.823);
|
||||
@@ -33,7 +33,7 @@
|
||||
--sidebar-ring: oklch(0.704 0.191 22.216);
|
||||
}
|
||||
|
||||
.dark {
|
||||
:root[data-theme='dark'] {
|
||||
--background: oklch(0.141 0.005 285.823);
|
||||
--foreground: oklch(0.985 0 0);
|
||||
--card: oklch(0.21 0.006 285.885);
|
||||
|
||||
Reference in New Issue
Block a user