[Glitch] Change full logo to use primary text color of the given theme

Port 73e610790e to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
th-downstream
Eugen Rochko 6 years ago committed by ThibG
parent aefaa50f73
commit ac7aafb272

@ -662,7 +662,8 @@ $small-breakpoint: 960px;
align-items: center; align-items: center;
padding: 50px; padding: 50px;
img { svg {
fill: $primary-text-color;
height: 52px; height: 52px;
} }

@ -21,7 +21,8 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
img { svg {
fill: $primary-text-color;
height: 42px; height: 42px;
margin-right: 10px; margin-right: 10px;
} }
@ -258,12 +259,13 @@
display: block; display: block;
padding: 15px; padding: 15px;
img { svg {
display: block; display: block;
height: 18px; height: 18px;
width: auto; width: auto;
position: relative; position: relative;
bottom: -2px; bottom: -2px;
fill: $primary-text-color;
@media screen and (max-width: $no-gap-breakpoint) { @media screen and (max-width: $no-gap-breakpoint) {
height: 20px; height: 20px;

Loading…
Cancel
Save