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

Port 20dda5cca0 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
main
Eugen Rochko 5 years ago committed by ThibG
parent e433386545
commit b6f76d1306

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

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

Loading…
Cancel
Save