-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathindex.css
More file actions
39 lines (33 loc) 路 898 Bytes
/
Copy pathindex.css
File metadata and controls
39 lines (33 loc) 路 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@import 'tailwindcss';
@import './variables.css';
body {
margin: 0;
font-family:
-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
.appLoading {
justify-content: center;
align-items: center;
height: 100vh;
width: 100vw;
display: flex;
}
@custom-variant dark (&:where(.dark, .dark *));
@theme {
--color-ht-100: oklch(0.9 0.0221 250.23);
--color-ht-200: oklch(0.83 0.0314 249.73);
--color-ht-900: oklch(0.3455 0.0507 251.49);
}
@layer base {
@variant dark {
--color-ht-100: oklch(0.2421 0.0129 258.37);
--color-ht-200: oklch(0.2245 0.0115 254.07);
--color-ht-900: oklch(1 0 0);
}
}