Skip to content

Commit ac34c7f

Browse files
Anil KommareddiCopilot
andcommitted
Fix: force white color on hero slide title and body text
Theme h2/p styles were overriding the inherited color. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3862ce1 commit ac34c7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ <h2 class="ore-slide-title">ORE is Always Evolving</h2>
281281
position:relative; z-index:2; max-width:820px; margin-left:120px;
282282
color:#fff; font-family:'Open Sans',sans-serif; padding:20px 20px 20px 0;
283283
}
284-
.ore-slide-title { font-size:38px; font-weight:300; line-height:1.15; margin:0 0 14px; }
285-
.ore-slide-body { font-size:18px; font-weight:300; line-height:1.6; margin:0 0 28px; }
284+
.ore-slide-title { font-size:38px; font-weight:300; line-height:1.15; margin:0 0 14px; color:#fff !important; }
285+
.ore-slide-body { font-size:18px; font-weight:300; line-height:1.6; margin:0 0 28px; color:#fff !important; }
286286
.ore-slide-btn {
287287
display:inline-block; background:rgba(0,110,165,0.80); color:#fff !important;
288288
padding:12px 32px; border-radius:30px; font-family:'Roboto',sans-serif;

0 commit comments

Comments
 (0)