Browse Source

Hide alt text on unloaded images

Tobias Reich 8 years ago
parent
commit
156313f326
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/styles/_content.scss

+ 1 - 0
src/styles/_content.scss

@@ -57,6 +57,7 @@
 			width: 200px;
 			height: 200px;
 			background: #222;
+			color: #222;
 			box-shadow: 0 2px 5px black(.5);
 			border: 1px solid white(.5);
 			transition: opacity .3s ease-out, transform .3s ease-out, border-color .3s ease-out;