|
@@ -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
|