Merge pull request #292 from SmithPeder/midnight-light-padlock

Ensure padlock shows in private session
This commit is contained in:
morpheusthewhite 2021-03-14 19:13:04 +01:00 committed by GitHub
commit fd37086d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}