Browse Source

Changed no content icon color #347

Tobias Reich 9 years ago
parent
commit
0b8ab8e15f
2 changed files with 4 additions and 4 deletions
  1. 0 0
      dist/main.css
  2. 4 4
      src/styles/_content.scss

File diff suppressed because it is too large
+ 0 - 0
dist/main.css


+ 4 - 4
src/styles/_content.scss

@@ -210,17 +210,17 @@
 	top: 50%;
 	left: 50%;
 	padding-top: 20px;
-	color: black(.9);
-	text-shadow: 0 1px 0 white(.03);
+	color: white(.35);
+	text-shadow: 0 -1px 0 black(.4);
 	text-align: center;
 	transform: translateX(-50%) translateY(-50%);
 
 	.iconic {
-		fill: black(.9);
+		fill: white(.3);
 		margin: 0 0 10px;
 		width: 60px;
 		height: 60px;
-		filter: drop-shadow(0 1px 0 white(.03));
+		filter: drop-shadow(0 -1px 0 black(.4));
 	}
 
 	p {

Some files were not shown because too many files changed in this diff