This commit is contained in:
@@ -13,12 +13,12 @@ const posts = (await getBlogs()).sort(
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" class="latte dark:mocha bg-base">
|
||||
<html lang="en" class="dark:mocha bg-ctp-base">
|
||||
<head>
|
||||
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
|
||||
</head>
|
||||
<body
|
||||
class="tilde-background text-text h-screen m-auto sm:flex items-center justify-center sm:overflow-hidden"
|
||||
class="tilde-background text-ctp-text h-screen m-auto sm:flex items-center justify-center sm:overflow-hidden"
|
||||
>
|
||||
<div class="visible p-8 sm:hidden">
|
||||
<header>
|
||||
|
Reference in New Issue
Block a user