Skip to content

Commit

Permalink
Merge pull request #856 from bharat-c27/bug/heading-visibility
Browse files Browse the repository at this point in the history
Changed the heading and paragraph color to make it visible
  • Loading branch information
varshith257 authored Jul 14, 2024
2 parents 322843d + fdd2e9f commit 131cd3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ body {

.section-title h2 {
font-size: 32px;
color: #000;
text-transform: uppercase;
position: relative;
font-weight: 700;
Expand All @@ -556,10 +555,13 @@ body {

.section-title p {
font-size: 16px;
color: #000;
margin-bottom: 40px;
}

.section-black-text p, .section-black-text h2 {
color: #000;
}

.enhanced-input,
.enhanced-textarea {
border: 2px solid #ccc;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ <h4><a href="https://www.medicalnewstoday.com/">Health Post</a></h4>
<!-- Patient Portal Section -->
<section id="patient-portal" class="patient-portal">
<div class="container-patientportal">
<div class="section-title" id="section-patientportal">
<div class="section-title section-black-text" id="section-patientportal">
<h2>Patient Portal</h2>
<p>Access your medical records, lab results, and prescription history securely.</p>
</div>
Expand Down Expand Up @@ -503,7 +503,7 @@ <h2>Patient Portal</h2>
<!-- Appointment Section -->
<section id="appointment" class="appointment section-bg">
<div class="container" style="border-radius: 10px;">
<div class="section-title">
<div class="section-title section-black-text">
<h2>Make an Appointment</h2>
<p>We listed the docs, we made you a form. You make us an appointment.</p>
</div>
Expand Down

0 comments on commit 131cd3a

Please sign in to comment.