File tree 4 files changed +8
-8
lines changed
packages/create-next-app/templates
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
}
7
7
8
8
@theme {
9
- --color-background : # ffffff ;
10
- --color-foreground : # 171717 ;
9
+ --color-background : var ( --background ) ;
10
+ --color-foreground : var ( --foreground ) ;
11
11
--font-sans : var (--font-geist-sans );
12
12
--font-mono : var (--font-geist-mono );
13
13
}
Original file line number Diff line number Diff line change 6
6
}
7
7
8
8
@theme {
9
- --color-background : # ffffff ;
10
- --color-foreground : # 171717 ;
9
+ --color-background : var ( --background ) ;
10
+ --color-foreground : var ( --foreground ) ;
11
11
--font-sans : var (--font-geist-sans );
12
12
--font-mono : var (--font-geist-mono );
13
13
}
Original file line number Diff line number Diff line change 6
6
}
7
7
8
8
@theme {
9
- --color-background : # ffffff ;
10
- --color-foreground : # 171717 ;
9
+ --color-background : var ( --background ) ;
10
+ --color-foreground : var ( --foreground ) ;
11
11
--font-sans : var (--font-geist-sans );
12
12
--font-mono : var (--font-geist-mono );
13
13
}
Original file line number Diff line number Diff line change 6
6
}
7
7
8
8
@theme {
9
- --color-background : # ffffff ;
10
- --color-foreground : # 171717 ;
9
+ --color-background : var ( --background ) ;
10
+ --color-foreground : var ( --foreground ) ;
11
11
--font-sans : var (--font-geist-sans );
12
12
--font-mono : var (--font-geist-mono );
13
13
}
You can’t perform that action at this time.
0 commit comments