]> cat aescling's git repositories - mastodon.git/blobdiff - app/javascript/styles/mastodon/forms.scss
Fix placeholder colors for inputs not being explicitly defined (#11890)
[mastodon.git] / app / javascript / styles / mastodon / forms.scss
index 80ef8797d2671ee6ec49c22b7ea800f4837aa889..b729d912e539394bc47452d1464515818d6b4092 100644 (file)
@@ -338,6 +338,10 @@ code {
     border-radius: 4px;
     padding: 10px;
 
+    &::placeholder {
+      color: lighten($darker-text-color, 4%);
+    }
+
     &:invalid {
       box-shadow: none;
     }
This page took 0.052132 seconds and 3 git commands to generate.