Utility function to detect background colour and select either light or dark default hometown logo

This commit is contained in:
Emma Winston
2019-09-17 16:57:08 +01:00
parent 87ad6ac03a
commit 2ebe82c49b
3 changed files with 38 additions and 2 deletions

View File

@ -2365,6 +2365,12 @@ a.account__display-name {
user-select: none;
}
img.defaultmascot {
width: 70px;
padding-left: 1rem;
margin-top: -2rem;
}
@media screen and (min-height: 640px) {
display: block;
}