Make it so that if there is no custom mascot uploaded the logo on the about/more page will always be correctly coloured
This commit is contained in:
@ -846,6 +846,12 @@ h1 a.brand {
|
||||
font-size: 3.8em;
|
||||
}
|
||||
|
||||
.originalmascotimg svg {
|
||||
width: 200px;
|
||||
fill: $secondary-text-color;
|
||||
margin-top: -25px;
|
||||
}
|
||||
|
||||
.brand__tagline {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user