mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
feat: smooth color transition
This commit is contained in:
parent
1b8c01eb09
commit
42a9e700b8
2 changed files with 4 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue