We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338b260 commit 080c4e3Copy full SHA for 080c4e3
1 file changed
app/globals.css
@@ -1,13 +1,11 @@
1
-@tailwind base;
2
-@tailwind components;
3
-@tailwind utilities;
+@import "tailwindcss";
4
5
:root {
6
--background: #ffffff;
7
--foreground: #171717;
8
- --font-lato: 'Lato', sans-serif;
9
- --font-inconsolata: 'Inconsolata', monospace;
10
- --font-montserrat: 'Montserrat', sans-serif;
+ --font-lato: "Lato", sans-serif;
+ --font-inconsolata: "Inconsolata", monospace;
+ --font-montserrat: "Montserrat", sans-serif;
11
}
12
13
* {
@@ -34,15 +32,9 @@ html {
34
32
35
33
36
::-webkit-scrollbar-track {
37
- background-color: #FFFFFF;
+ background-color: #ffffff;
38
39
40
::-webkit-scrollbar-thumb {
41
- background-color: #00163D;
42
-}
43
-
44
-@layer utilities {
45
- .text-balance {
46
- text-wrap: balance;
47
- }
+ background-color: #00163d;
48
0 commit comments