From c9349457ede29bb7582c920aead3d04596df8138 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 27 May 2025 17:00:19 +0000
Subject: [PATCH] css: adjust color blend for search bg

---
 quartz/i18n/locales/definition.ts |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/quartz/i18n/locales/definition.ts b/quartz/i18n/locales/definition.ts
index baf2a58..ee1649a 100644
--- a/quartz/i18n/locales/definition.ts
+++ b/quartz/i18n/locales/definition.ts
@@ -31,6 +31,9 @@
       lightMode: string
       darkMode: string
     }
+    readerMode: {
+      title: string
+    }
     explorer: {
       title: string
     }
@@ -55,6 +58,9 @@
     tableOfContents: {
       title: string
     }
+    contentMeta: {
+      readingTime: (variables: { minutes: number }) => string
+    }
   }
   pages: {
     rss: {
@@ -64,6 +70,7 @@
     error: {
       title: string
       notFound: string
+      home: string
     }
     folderContent: {
       folder: string

--
Gitblit v1.10.0