This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix dark mode on docsite

Signed-off-by: oppiliappan <me@oppi.li>

author
oppiliappan
date (Jul 30, 2026, 10:18 AM +0100) commit 0aa373a6 parent bd73e35a change-id pxytxoor
+6
+6
docs/template.html
··· 4 4 <meta charset="utf-8" /> 5 5 <meta name="generator" content="pandoc" /> 6 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> 7 + 8 + <script> 9 + if (!document.documentElement.dataset.theme && matchMedia('(prefers-color-scheme: dark)').matches) 10 + document.documentElement.dataset.theme = 'dark'; 11 + </script> 12 + 7 13 $for(author-meta)$ 8 14 <meta name="author" content="$author-meta$" /> 9 15 $endfor$