|
|
@@ -86,15 +86,6 @@ body.contact {
|
|
|
color:#000 !important; /* beat .light{color:#fcfcfc!important} — contact has a light bg */
|
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 768px) {
|
|
|
- body {
|
|
|
- background-color:#fff !important;
|
|
|
- }
|
|
|
- body.single .site-title a {
|
|
|
- color:#000;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
/*============================================
|
|
|
Typography
|
|
|
==============================================*/
|
|
|
@@ -747,12 +738,14 @@ ul.social a.facebook span:hover {
|
|
|
color: #dadada;
|
|
|
font-family: 'Inter', sans-serif;
|
|
|
margin: 6rem 0 0;
|
|
|
- padding: 4rem 0;
|
|
|
+ padding: 6rem 0 4rem;
|
|
|
}
|
|
|
#dw-footer h5 {
|
|
|
font-family: 'Playfair Display', serif;
|
|
|
font-weight: 900;
|
|
|
+ font-size: 1.3rem;
|
|
|
line-height: 1.2;
|
|
|
+ color: #dadada;
|
|
|
margin: 0;
|
|
|
}
|
|
|
#dw-footer address {
|
|
|
@@ -1585,7 +1578,7 @@ h2.entry-title {
|
|
|
Scoped to the group wrapper so it doesn't double up with the nested
|
|
|
.wp-block-post-content.entry-content. */
|
|
|
.wp-block-group.entry-content {
|
|
|
- background: #f6f6f6;
|
|
|
+ background: #dadada;
|
|
|
padding: 96px; /* 1in APA-style margins on all sides (96px = 1in) */
|
|
|
border-radius: 6px;
|
|
|
}
|