mirror of
https://github.com/yude-jp/yude.jp
synced 2025-03-04 15:30:11 +09:00
Enable antialiased
This commit is contained in:
parent
bf07c1386f
commit
46a32e5a2c
@ -20,7 +20,7 @@ const Layout = (props) => {
|
||||
<title>{title ? `${title} - ${siteTitle}` : siteTitle}</title>
|
||||
<link rel="icon" href="/static/images/favicon.ico" />
|
||||
</Head>
|
||||
<body className="min-h-screen bg-gray-900 text-white">
|
||||
<body className="min-h-screen bg-gray-900 text-white subpixel-antialiased">
|
||||
<main>
|
||||
<div className="page-main">
|
||||
{children}
|
||||
|
Loading…
Reference in New Issue
Block a user