Gemini Setup
SITES.CSS
/* GLOBAL SITE CSS - ADD CSS TO AFFECT THE WHOLE SITE */
*#dm div.dmNewParagraph a,
*#dm div.dmCustomHtml a,
*#dm div.dmBlockElement a,
*#dm div.dmCustomWidget a { font-weight: 700 !important; -webkit-transition: color 0.4s ease-in !important; -o-transition: color 0.4s ease-in !important; outline: 0 !important; }
*#dm div.dmCustomHtml a:hover,
*#dm div.dmNewParagraph a:hover,
*#dm div.dmBlockElement a:hover,
*#dm div.dmCustomWidget a:hover { font-weight: 700 !important; }
#dm [list-layout=layout4][text-box-padding=true] .postArticle .postText {
padding: 30px 30px 0 30px !important;
}
#dm [blog-posts-feature-flag=true][text-box-padding=true]:not([list-layout=list_slider]) .postTextContainer .readMore {
padding: 15px 30px 30px 30px !important;
}
#dm nav[aria-label="Breadcrumbs"].dmBlockElement a:visited { color:#ffffff !important; }
/* HIDE INTERNAL PAGE FROM HOME */
#dm .dm-layout-home div.u_######### { display:none; }
