Skip to content

Commit

Permalink
Merge pull request #932 from Soujanya2004/text-color-change
Browse files Browse the repository at this point in the history
Text color change
  • Loading branch information
varshith257 authored Jul 19, 2024
2 parents f1e494e + 812b2bc commit eb9a711
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Html-Files/Doctor Experience.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h4>RAPIDOC Newsletter</h4><br>
</div>
<form action="#" class="subscribe-form">
<input type="email" placeholder="Your email" required>
<button type="submit">SUBSCRIBE</button>
<button type="submit" style="color: black;">SUBSCRIBE</button>
</form>
<p class="confirmation-message">Thank you for subscribing!</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion Html-Files/blood.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h4>RAPIDOC Newsletter</h4><br>
</p>
<form action="#" class="subscribe-form">
<input type="text" placeholder="Your email" required>
<button type="submit">SUBSCRIBE</button>
<button type="submit" style="color: black;">SUBSCRIBE</button>
</form>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Html-Files/bloodtest.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ <h4>RAPIDOC Newsletter</h4><br>
</p>
<form action="#" class="subscribe-form">
<input type="text" placeholder="Your email" required="">
<button type="submit">SUBSCRIBE</button>
<button type="submit" style="color: black;">SUBSCRIBE</button>
</form>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Html-Files/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ <h4>RAPIDOC Newsletter</h4><br>
</p>
<form action="#" class="subscribe-form">
<input type="text" placeholder="Your email" required>
<button type="submit">SUBSCRIBE</button>
<button type="submit" style="color: black;">SUBSCRIBE</button>
</form>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Html-Files/privacy_policy_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ <h4>RAPIDOC Newsletter</h4>
</p>
<form action="#" class="subscribe-form">
<input type="email" placeholder="Your email" required />
<button type="submit">SUBSCRIBE</button>
<button type="submit" style="color: black;">SUBSCRIBE</button>
</form>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ <h4>RAPIDOC Newsletter</h4><br>
</p>
<form action="#" class="subscribe-form">
<input type="email" placeholder="Your email" required>
<button type="submit">SUBSCRIBE</button>
<button type="submit" style="color: black;">SUBSCRIBE</button>
</form>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ <h4>RAPIDOC Newsletter</h4><br>
</div>
<form action="#" class="subscribe-form">
<input type="email" placeholder="Your email" required>
<button type="submit">SUBSCRIBE</button>
<button type="submit" style="color: black;">SUBSCRIBE</button>
</form>
<p class="confirmation-message">Thank you for subscribing!</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion medicine.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h4>RAPIDOC Newsletter</h4><br>
<div class = "news-letter">
<form action="#">
<input type="text" placeholder="Your email" required>
<button type="submit" class="subscribe-button">SUBSCRIBE</button>
<button type="submit" class="subscribe-button" style="color: black;">SUBSCRIBE</button>
</form>
</div>

Expand Down
2 changes: 1 addition & 1 deletion news.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h4>RAPIDOC Newsletter</h4><br>
</p>
<form action="#" class="subscribe-form">
<input type="text" placeholder="Your email" required>
<button type="submit">SUBSCRIBE</button>
<button type="submit" style="color: black;">SUBSCRIBE</button>
</form>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h4>RAPIDOC Newsletter</h4><br>
</p>
<form action="#" class="subscribe-form">
<input type="text" placeholder="Your email" required>
<button type="submit">SUBSCRIBE</button>
<button type="submit" style="color: black;">SUBSCRIBE</button>
</form>
</section>
</div>
Expand Down

0 comments on commit eb9a711

Please sign in to comment.