|
@@ -56,9 +56,20 @@ body.single {
|
|
|
background-color: #a19993;
|
|
|
}
|
|
|
body.archive {
|
|
|
+ background: rgba(85,94,104,0.68);
|
|
|
+ background-color: #5f6577;
|
|
|
+}
|
|
|
+ body.archive .site-title a {
|
|
|
+ color:#fff;
|
|
|
+ }
|
|
|
+body.search {
|
|
|
background: rgba(242,242,242,.7);
|
|
|
- background-color: #a19993;
|
|
|
+ background-color: #616674;
|
|
|
}
|
|
|
+ body.search .site-title a {
|
|
|
+ color:#fff;
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
|
|
|
/*============================================
|