Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
background pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed Feb 3, 2024
1 parent e2d08ee commit d134a4b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
9 changes: 9 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@
.dialog-trigger {
@apply flex flex-row items-center gap-2 hover:cursor-pointer;
}

body {
opacity: 1;
background-image: radial-gradient(
#252525 1.9000000000000001px,
#0a0a0a 1.9000000000000001px
);
background-size: 38px 38px;
}
3 changes: 1 addition & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React from "react";
import { Analytics } from "@vercel/analytics/react";
import "@radix-ui/themes/styles.css";
const inter = Inter({ subsets: ["latin"] });
import { Theme } from "@radix-ui/themes";
import { Theme, ThemePanel } from "@radix-ui/themes";
import Navbar from "../components/Navbar";
import { getSiteUrl } from "@/lib/utils";
import { SpeedInsights } from "@vercel/speed-insights/next";
Expand Down Expand Up @@ -83,7 +83,6 @@ export default function RootLayout({
<Navbar />
{children}
</main>
{/* <ThemePanel /> */}
</Theme>
<Analytics />
<SpeedInsights />
Expand Down
11 changes: 9 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit d134a4b

@vercel
Copy link

@vercel vercel bot commented on d134a4b Feb 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.