From d9ca747bb34289c6357f7ed1755485fa37c8458d Mon Sep 17 00:00:00 2001
From: Akira Tempaku <paku@skyizwhite.dev>
Date: Wed, 7 May 2025 09:07:41 +0900
Subject: [PATCH] Add @view-transition rule

---
 static/style/global.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/static/style/global.css b/static/style/global.css
index b2b52c5..581eac3 100644
--- a/static/style/global.css
+++ b/static/style/global.css
@@ -23,3 +23,7 @@
     font-family: "Zen Maru Gothic", sans-serif;
   }
 }
+
+@view-transition {
+  navigation: auto;
+}
\ No newline at end of file