feat: smooth color transition

This commit is contained in:
Youwen Wu 2024-05-24 22:16:12 -07:00
parent 1b8c01eb09
commit 42a9e700b8
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -75,7 +75,9 @@
}
</script>
</head>
<body class="container max-w-3xl mx-auto px-4">
<body
class="container max-w-3xl mx-auto px-4 transition-colors duration-[2s]"
>
<header class="mt-14 md:mt-24 mb-14">
<h1 class="text-4xl md:text-5xl font-serif font-medium">
<a href="/" class="dark:hover:text-muted-dark transition-colors"