Ensure padlock shows in private session

This commit is contained in:
Peder Smith 2021-03-14 19:04:48 +01:00
parent 0909dbd4af
commit 5ca54206b0
No known key found for this signature in database
GPG Key ID: 24A71CC1FF1C576C

View File

@ -52,3 +52,8 @@
background-image: none !important;
background: none !important;
}
/* Ensure padlock in private session is showing */
.profile .incognito-badge svg {
fill: white;
}