33
44body {
55 margin : 0 ;
6- font-family : -apple-system, BlinkMacSystemFont, 'Segoe UI' , 'Roboto' , 'Oxygen' , 'Ubuntu' ,
7- 'Cantarell' , 'Fira Sans' , 'Droid Sans' , 'Helvetica Neue' , sans-serif;
6+ font-family :
7+ -apple-system, BlinkMacSystemFont, 'Segoe UI' , 'Roboto' , 'Oxygen' , 'Ubuntu' , 'Cantarell' ,
8+ 'Fira Sans' , 'Droid Sans' , 'Helvetica Neue' , sans-serif;
89 -webkit-font-smoothing : antialiased;
910 -moz-osx-font-smoothing : grayscale;
1011}
@@ -24,8 +25,38 @@ code {
2425@custom-variant dark (& : where (.dark , .dark * ));
2526
2627@theme {
27- --color-btn-background-color : var (--button-background-color );
28- --color-btn-hover-background-color : var (--button-hover-background-color );
29- --color-btn-text-color : var (--button-text-color );
30- --color-btn-hover-text-color : var (--button-hover-text-color );
28+ --color-mint-500 : oklch (0.72 0.11 178 );
29+ --color-bg-primary : oklch (0.53 0.1896 257.41 );
30+ --color-bg-secondary : oklch (0.9 0.0221 250.23 );
31+ --color-bg-secondary-hover : oklch (0.83 0.0314 249.73 );
32+ --color-bg-danger : oklch (0.67 0.2143 24.47 );
33+ --color-bg-success : oklch (0.73 0.2182 138.49 );
34+ --color-bg-warning : oklch (0.85 0.1452 85.83 );
35+
36+ --color-on-primary : oklch (1 0 0 );
37+ --color-on-secondary : oklch (0.42 0.0431 250.1 );
38+ --color-on-secondary-hover : oklch (0.42 0.0431 250.1 );
39+ --color-on-danger : oklch (1 0 0 );
40+ --color-on-success : oklch (1 0 0 );
41+ --color-on-warning : oklch (1 0 0 );
42+ --color-on-background : oklch (1 0 0 );
43+ }
44+
45+ @layer base {
46+ @variant dark {
47+ --color-bg-primary : oklch (0.53 0.1896 257.41 );
48+ --color-bg-secondary : oklch (0.24 0.0129 258.37 );
49+ --color-bg-secondary-hover : oklch (0.22 0.0115 254.07 );
50+ --color-bg-danger : oklch (0.67 0.2143 24.47 );
51+ --color-bg-success : oklch (0.73 0.2182 138.49 );
52+ --color-bg-warning : oklch (0.85 0.1452 85.83 );
53+
54+ --color-on-primary : oklch (1 0 0 );
55+ --color-on-secondary : oklch (1 0 0 );
56+ --color-on-secondary-hover : oklch (0.42 0.0431 250.1 );
57+ --color-on-danger : oklch (1 0 0 );
58+ --color-on-success : oklch (1 0 0 );
59+ --color-on-warning : oklch (1 0 0 );
60+ --color-on-background : oklch (1 0 0 );
61+ }
3162}
0 commit comments