Commit 57fdec1 1 parent cf8a55b commit 57fdec1 Copy full SHA for 57fdec1
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
: root {
2
2
color-scheme : light;
3
3
--background : 0 0% 100% ;
4
- --foreground : 240 10 % 3.9 % ;
4
+ --foreground : var ( --background ) ;
5
5
6
- --card : 0 0 % 100 % ;
7
- --card-foreground : 240 10 % 3.9 % ;
6
+ --card : var ( --background ) ;
7
+ --card-foreground : var ( --background ) ;
8
8
9
- --popover : 0 0 % 100 % ;
10
- --popover-foreground : 240 10 % 3.9 % ;
9
+ --popover : var ( --background ) ;
10
+ --popover-foreground : var ( --background ) ;
11
11
12
12
--primary : 240 5.9% 10% ;
13
13
--primary-foreground : 0 0% 98% ;
26
26
27
27
--border : 240 5.9% 88% ;
28
28
--input : 240 5.9% 88% ;
29
- --ring : 240 10 % 3.9 % ;
29
+ --ring : var ( --background ) ;
30
30
31
31
--radius : 0.5rem ;
32
32
45
45
--background : 240 10% 7.9% ;
46
46
--foreground : 0 0% 98% ;
47
47
48
- --card : 240 10 % 3.9 % ;
48
+ --card : var ( --background ) ;
49
49
--card-foreground : 0 0% 98% ;
50
50
51
- --popover : 240 10 % 3.9 % ;
51
+ --popover : var ( --background ) ;
52
52
--popover-foreground : 0 0% 98% ;
53
53
54
54
--primary : 0 0% 98% ;
64
64
--accent-foreground : 0 0% 98% ;
65
65
66
66
--destructive : 0 84% 60% ;
67
- --destructive-foreground : 240 10 % 3.9 % ;
67
+ --destructive-foreground : var ( --background ) ;
68
68
69
69
--border : 240 3.7% 16.9% ;
70
70
--input : 240 3.7% 26.9% ;
You can’t perform that action at this time.
0 commit comments