|
@@ -45,12 +45,22 @@ a img {border: 0;}
|
|
|
|
|
|
body {
|
|
|
background: rgba(242,242,242,.7);
|
|
|
- background-color: #f2f2f2 !important;
|
|
|
+ background-color: #f2f2f2;
|
|
|
+}
|
|
|
+body.page {
|
|
|
+ background: rgba(97, 102, 116, 1);
|
|
|
+ background-color: #616674;
|
|
|
}
|
|
|
+ body.page .site-title a {
|
|
|
+ color:#fff;
|
|
|
+ }
|
|
|
body.desk {
|
|
|
background: rgba(242,242,242,.7);
|
|
|
background-color: #f2f2f2;
|
|
|
}
|
|
|
+ body.desk .site-title a {
|
|
|
+ color:#000;
|
|
|
+ }
|
|
|
body.single {
|
|
|
background: rgba(85,94,104,0.68);
|
|
|
background-color: #5f6577;
|
|
@@ -72,6 +82,18 @@ body.search {
|
|
|
body.search .site-title a {
|
|
|
color:#fff;
|
|
|
}
|
|
|
+body.sitemap {
|
|
|
+ background-color: #42546F;
|
|
|
+}
|
|
|
+ body.sitemap .site-title a {
|
|
|
+ color:#fff;
|
|
|
+ }
|
|
|
+body.contact {
|
|
|
+ background-color: #F6F6F6;
|
|
|
+}
|
|
|
+ body.contact .site-title a {
|
|
|
+ color:#000;
|
|
|
+ }
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
body {
|