From 0403d45dec74f2026627435146156f228e8b6a5d Mon Sep 17 00:00:00 2001 From: JefeThePug <107787719+JefeThePug@users.noreply.github.com> Date: Wed, 5 Aug 2026 23:36:20 +0900 Subject: [PATCH] Update logo.svg for light/dark mode "Practical Python" text changes color based on if the browser is in light or dark mode. --- docs/static/logo.svg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/static/logo.svg b/docs/static/logo.svg index 0fc8568..5db55d0 100644 --- a/docs/static/logo.svg +++ b/docs/static/logo.svg @@ -72,6 +72,8 @@ 0%,18.33% { opacity: 0; } 31.67%,61.67% { opacity: 1; } 73.33%,100% { opacity: 0; } } +#txt { fill: rgba(0, 0, 0, 0.87); } +@media (prefers-color-scheme: dark){ #txt { fill: rgba(226, 228, 233, 0.82); } } @@ -115,5 +117,5 @@ - +