Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the heading and paragraph color to make it visible #856

Merged
merged 1 commit into from
Jul 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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