diff --git a/Midnight-Light/user.css b/Midnight-Light/user.css index 1723d4d..013ffc1 100644 --- a/Midnight-Light/user.css +++ b/Midnight-Light/user.css @@ -52,3 +52,8 @@ background-image: none !important; background: none !important; } + +/* Ensure padlock in private session is showing */ +.profile .incognito-badge svg { + fill: white; +}