]> cat aescling's git repositories - mastodon.git/commitdiff
Port public page mastodon-light fixes from upstream
authorThibaut Girka <thib@sitedethib.com>
Tue, 19 Feb 2019 10:35:13 +0000 (11:35 +0100)
committerThibG <thib@sitedethib.com>
Wed, 27 Feb 2019 15:24:57 +0000 (16:24 +0100)
app/javascript/flavours/glitch/styles/mastodon-light/diff.scss

index 339ee7cf083c000890daaf913aebc7b75eef3169..6f105d3fad3d0228e44b2cf1ff7d3e5556ef49bd 100644 (file)
   }
 }
 
+.button.logo-button {
+  color: $white;
+
+  svg path:first-child {
+    fill: $white;
+  }
+}
+
+.public-layout {
+  .header,
+  .public-account-header,
+  .public-account-bio {
+    box-shadow: none;
+  }
+
+  .header {
+    background: lighten($ui-base-color, 12%);
+  }
+
+  .public-account-header {
+    &__image {
+      background: lighten($ui-base-color, 12%);
+
+      &::after {
+        box-shadow: none;
+      }
+    }
+
+    &__tabs {
+      &__name {
+        h1,
+        h1 small {
+          color: $white;
+        }
+      }
+    }
+  }
+}
+
+.account__section-headline a.active::after {
+  border-color: transparent transparent $white;
+}
+
+.hero-widget,
+.box-widget,
+.contact-widget,
+.landing-page__information.contact-widget,
+.moved-account-widget,
+.memoriam-widget,
+.activity-stream,
+.nothing-here,
+.directory__tag > a,
+.directory__tag > div {
+  box-shadow: none;
+}