Elias Almqvist 1 month ago
parent 02f26e1056
commit 6f215e25fd
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 22
      src/app/globals.css
  2. 2
      src/app/page.tsx

@ -25,28 +25,6 @@
--ring: 0 0% 3.9%;
--radius: 0.5rem;
}
.dark {
--background: 0 0% 3.9%;
--foreground: 0 0% 98%;
--card: 0 0% 3.9%;
--card-foreground: 0 0% 98%;
--popover: 0 0% 3.9%;
--popover-foreground: 0 0% 98%;
--primary: 0 0% 98%;
--primary-foreground: 0 0% 9%;
--secondary: 0 0% 14.9%;
--secondary-foreground: 0 0% 98%;
--muted: 0 0% 14.9%;
--muted-foreground: 0 0% 63.9%;
--accent: 0 0% 14.9%;
--accent-foreground: 0 0% 98%;
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 14.9%;
--input: 0 0% 14.9%;
--ring: 0 0% 83.1%;
}
}
@layer base {

@ -76,7 +76,7 @@ export default async function Home() {
<li key={post.slug}>
<Link
href={`/essays/${post.slug}`}
className="block hover:bg-gray-50 dark:hover:bg-gray-800 p-4 transition"
className="block hover:bg-gray-50 p-4 transition"
>
<h3 className="text-base font-medium">{post.title}</h3>
<time className="text-sm text-gray-500">

Loading…
Cancel
Save