]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Change full logo to use primary text color of the given theme
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 8 Jun 2019 13:30:06 +0000 (15:30 +0200)
committerThibG <thib@sitedethib.com>
Sat, 15 Jun 2019 16:49:44 +0000 (18:49 +0200)
Port 20dda5cca0a4015a743250b4e584a3101e7675f2 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/about.scss
app/javascript/flavours/glitch/styles/containers.scss

index d4ead07a1c1d6675bd700d7c13dd82a3b001d410..0e910693ddd446a0f3c2a52c4c4439a4c2e8aa08 100644 (file)
@@ -662,7 +662,8 @@ $small-breakpoint: 960px;
     align-items: center;
     padding: 50px;
 
-    img {
+    svg {
+      fill: $primary-text-color;
       height: 52px;
     }
 
index b0c187eab52fc6499bd7aa5a17e290f3c9db32bb..dc60dd14bf678a1dc7ea91be11cad783129c5d21 100644 (file)
@@ -21,7 +21,8 @@
     justify-content: center;
     align-items: center;
 
-    img {
+    svg {
+      fill: $primary-text-color;
       height: 42px;
       margin-right: 10px;
     }
       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;