From 0fadf3e22ccc22e14fa2bff0d84f9f57f5c838cd Mon Sep 17 00:00:00 2001 From: Akhil Manthina Date: Mon, 25 Aug 2025 15:10:34 -0700 Subject: [PATCH] Added explicit meta tag for theme, fixes safari overscroll accent color only using light theme's --- templates/partials/head.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/partials/head.html b/templates/partials/head.html index adb3d63..d217085 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -3,9 +3,11 @@ - + {%- if config.extra.accent_color_dark %} - + + {%- else %} + {%- endif %} {%- if config.extra.csp %} {%- include "partials/csp.html" %}