Skip to content

Commit bfdc75b

Browse files
committed
.
1 parent 7cf3c00 commit bfdc75b

File tree

2 files changed

+4
-122
lines changed

2 files changed

+4
-122
lines changed

app/(project)/FreeTacMan/globals.css

Lines changed: 0 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -3,130 +3,12 @@
33

44
@custom-variant dark (&:is(.dark *));
55

6-
@theme inline {
7-
--color-background: var(--background);
8-
--color-foreground: var(--foreground);
9-
--color-sidebar-ring: var(--sidebar-ring);
10-
--color-sidebar-border: var(--sidebar-border);
11-
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
12-
--color-sidebar-accent: var(--sidebar-accent);
13-
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
14-
--color-sidebar-primary: var(--sidebar-primary);
15-
--color-sidebar-foreground: var(--sidebar-foreground);
16-
--color-sidebar: var(--sidebar);
17-
--color-chart-5: var(--chart-5);
18-
--color-chart-4: var(--chart-4);
19-
--color-chart-3: var(--chart-3);
20-
--color-chart-2: var(--chart-2);
21-
--color-chart-1: var(--chart-1);
22-
--color-ring: var(--ring);
23-
--color-input: var(--input);
24-
--color-border: var(--border);
25-
--color-destructive: var(--destructive);
26-
--color-accent-foreground: var(--accent-foreground);
27-
--color-accent: var(--accent);
28-
--color-muted-foreground: var(--muted-foreground);
29-
--color-muted: var(--muted);
30-
--color-secondary-foreground: var(--secondary-foreground);
31-
--color-secondary: var(--secondary);
32-
--color-primary-foreground: var(--primary-foreground);
33-
--color-primary: var(--primary);
34-
--color-popover-foreground: var(--popover-foreground);
35-
--color-popover: var(--popover);
36-
--color-card-foreground: var(--card-foreground);
37-
--color-card: var(--card);
38-
--radius-sm: calc(var(--radius) - 4px);
39-
--radius-md: calc(var(--radius) - 2px);
40-
--radius-lg: var(--radius);
41-
--radius-xl: calc(var(--radius) + 4px);
42-
}
43-
44-
:root {
45-
--radius: 0.625rem;
46-
--background: oklch(1 0 0);
47-
--foreground: #0d0d0d;
48-
--card: oklch(1 0 0);
49-
--card-foreground: oklch(0.145 0 0);
50-
--popover: oklch(1 0 0);
51-
--popover-foreground: oklch(0.145 0 0);
52-
--primary: oklch(0.205 0 0);
53-
--primary-foreground: oklch(0.985 0 0);
54-
--secondary: oklch(0.97 0 0);
55-
--secondary-foreground: oklch(0.205 0 0);
56-
--muted: oklch(0.97 0 0);
57-
--muted-foreground: oklch(0.556 0 0);
58-
--accent: oklch(0.97 0 0);
59-
--accent-foreground: oklch(0.205 0 0);
60-
--destructive: oklch(0.577 0.245 27.325);
61-
--border: oklch(0.922 0 0);
62-
--input: oklch(0.922 0 0);
63-
--ring: oklch(0.708 0 0);
64-
--chart-1: oklch(0.646 0.222 41.116);
65-
--chart-2: oklch(0.6 0.118 184.704);
66-
--chart-3: oklch(0.398 0.07 227.392);
67-
--chart-4: oklch(0.828 0.189 84.429);
68-
--chart-5: oklch(0.769 0.188 70.08);
69-
--sidebar: oklch(0.985 0 0);
70-
--sidebar-foreground: oklch(0.145 0 0);
71-
--sidebar-primary: oklch(0.205 0 0);
72-
--sidebar-primary-foreground: oklch(0.985 0 0);
73-
--sidebar-accent: oklch(0.97 0 0);
74-
--sidebar-accent-foreground: oklch(0.205 0 0);
75-
--sidebar-border: oklch(0.922 0 0);
76-
--sidebar-ring: oklch(0.708 0 0);
77-
}
78-
79-
.dark {
80-
--background: #0d0d0d;
81-
--foreground: oklch(0.985 0 0);
82-
--card: oklch(0.205 0 0);
83-
--card-foreground: oklch(0.985 0 0);
84-
--popover: oklch(0.205 0 0);
85-
--popover-foreground: oklch(0.985 0 0);
86-
--primary: oklch(0.922 0 0);
87-
--primary-foreground: oklch(0.205 0 0);
88-
--secondary: oklch(0.269 0 0);
89-
--secondary-foreground: oklch(0.985 0 0);
90-
--muted: oklch(0.269 0 0);
91-
--muted-foreground: oklch(0.708 0 0);
92-
--accent: oklch(0.269 0 0);
93-
--accent-foreground: oklch(0.985 0 0);
94-
--destructive: oklch(0.704 0.191 22.216);
95-
--border: oklch(1 0 0 / 10%);
96-
--input: oklch(1 0 0 / 15%);
97-
--ring: oklch(0.556 0 0);
98-
--chart-1: oklch(0.488 0.243 264.376);
99-
--chart-2: oklch(0.696 0.17 162.48);
100-
--chart-3: oklch(0.769 0.188 70.08);
101-
--chart-4: oklch(0.627 0.265 303.9);
102-
--chart-5: oklch(0.645 0.246 16.439);
103-
--sidebar: oklch(0.205 0 0);
104-
--sidebar-foreground: oklch(0.985 0 0);
105-
--sidebar-primary: oklch(0.488 0.243 264.376);
106-
--sidebar-primary-foreground: oklch(0.985 0 0);
107-
--sidebar-accent: oklch(0.269 0 0);
108-
--sidebar-accent-foreground: oklch(0.985 0 0);
109-
--sidebar-border: oklch(1 0 0 / 10%);
110-
--sidebar-ring: oklch(0.556 0 0);
111-
}
112-
1136

1147
@theme {
1158
--breakpoint-3xl: 120rem;
1169
}
11710

11811

119-
@layer base {
120-
html {
121-
@apply scroll-smooth;
122-
}
123-
body {
124-
@apply bg-background text-foreground;
125-
}
126-
a, span, Button, Link {
127-
@apply transition delay-100 duration-200;
128-
}
129-
}
13012
.animated-underline {
13113
border-bottom: 1px solid transparent;
13214
@apply transition delay-100 duration-200;

app/(project)/FreeTacMan/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function Home() {
7676
return (
7777
<main className="w-full">
7878
{/* Landing Section with Gray Background */}
79-
<div className="w-full min-h-screen flex flex-col items-center px-6 bg-[#eaeaea]">
79+
<div className="m-20 flex flex-col rounded-sm items-center px-6 bg-[#eaeaea]">
8080
<div className="flex flex-col py-20 gap-6 w-full h-full max-w-[1792px] justify-around items-center">
8181
<div className="color-text-1">
8282
<h1 className="text-8xl lg:text-8xl font-bold text-center">
@@ -1110,13 +1110,13 @@ export default function Home() {
11101110
</div>
11111111

11121112
<div className="w-full pl-6 pr-6 flex flex-col items-center">
1113-
<Separator className="max-w-7xl mt-48" />
1113+
<Separator className="max-w-7xl mt-32" />
11141114
</div>
11151115
</div>
11161116
</div>
11171117

1118-
<footer className="w-full mb-32 flex flex-col gab-10">
1119-
<div className="w-full pl-6 pr-6 flex flex-row justify-center mt-32">
1118+
<footer className="w-full mb-24 flex flex-col gab-10">
1119+
<div className="w-full pl-6 pr-6 flex flex-row justify-center mt-24">
11201120
<div className="max-w-7xl w-full flex flex-row justify-between">
11211121
<div className="flex-1 flex flex-col justify-start">
11221122
<span className="select-none">FreeTacMan © 2025</span>

0 commit comments

Comments
 (0)