Browse Source

body color

windhamdavid 6 years ago
parent
commit
15f927ff56
2 changed files with 6 additions and 2 deletions
  1. 6 2
      style.css
  2. 0 0
      style.min.css

+ 6 - 2
style.css

@@ -45,7 +45,7 @@ a img {border: 0;}
 
 body { 
 	background: rgba(242,242,242,.7);
-	background-color: #f2f2f2;
+	background-color: #f2f2f2 !important;
 }
 body.desk { 
 	background: rgba(242,242,242,.7);
@@ -73,7 +73,11 @@ body.search {
 		color:#fff;
 	}
 
-
+@media screen and (max-width: 768px) {
+	body {
+		background-color:#fff !important;
+	}
+}
 
 /*============================================
 		Typography 

File diff suppressed because it is too large
+ 0 - 0
style.min.css


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