File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
@import "tailwindcss" ;
2
2
3
+ @theme {
4
+ --color-black : # 202020 ;
5
+ --color-blue : # 0c5ae9 ;
6
+ --color-gray : # 84929e ;
7
+ --color-sky : # 00b0f0 ;
8
+ --color-white : # ffffff ;
9
+ }
10
+
3
11
@layer base {
4
12
body {
5
13
@apply font-sans;
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export default function RootLayout({
100
100
< body className = { `${ notoSansJp . variable } ${ inter . variable } ` } >
101
101
{ children }
102
102
103
- < footer className = "bg-blue-500 " >
103
+ < footer className = "bg-blue" >
104
104
< div className = "container" >
105
105
< nav className = "flex flex-col items-center gap-y-[32px] md:gap-y-[64px]" >
106
106
< DigicreLogo className = "logo" />
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const menu = [
50
50
51
51
export default function Home ( ) {
52
52
return (
53
- < main className = "bg-sky-500 " >
53
+ < main className = "bg-sky" >
54
54
< div className = "container" >
55
55
< section className = "flex flex-col items-center gap-y-[32px] md:gap-y-[64px]" >
56
56
< DigicreLogo className = "logo" />
You can’t perform that action at this time.
0 commit comments