From 68c104ba54ab91eb70886697b8c2dca4846dfc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Fri, 20 Jun 2025 06:22:08 +0200 Subject: [PATCH] Fix custom CSS not being used in reader mode (#1102) --- bookmarks/templates/bookmarks/read.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bookmarks/templates/bookmarks/read.html b/bookmarks/templates/bookmarks/read.html index 441f517..329dbbc 100644 --- a/bookmarks/templates/bookmarks/read.html +++ b/bookmarks/templates/bookmarks/read.html @@ -21,6 +21,9 @@ {% endif %} + {% if request.user_profile.custom_css %} + + {% endif %}