Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-exe authored Aug 26, 2024
1 parent 2765707 commit 360627b
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,14 +336,14 @@ nav ul li ul li a:hover {

/* General Heading Styling */
h1, h2, h3 {
color: #ffffff;
color: #000000;
font-family: 'IBM Plex Sans', Arial, sans-serif;
font-weight: 600;
margin-bottom: 20px;
}

h4, h5, h6 {
color: #ffffff;
color: #000000;
font-family: 'IBM Plex Sans', Arial, sans-serif;
font-weight: 600;
margin-bottom: 20px;
Expand All @@ -360,33 +360,33 @@ h1 {

h2 {
font-size: 2rem;
line-height: 1.3;
line-height: 1.6;
margin-top: 20px;
border-bottom: 1px solid #444;
padding-bottom: 10px;
}

h3 {
font-size: 1.75rem;
font-size: 1.8rem;
line-height: 1.4;
margin-top: 25px;
margin-top: 20px;
}

h4 {
font-size: 1.5rem;
line-height: 1.5;
font-size: 1.6rem;
line-height: 1.2;
margin-top: 20px;
}

h5 {
font-size: 1.25rem;
line-height: 1.6;
font-size: 1.4rem;
line-height: 1;
margin-top: 15px;
}

h6 {
font-size: 1rem;
line-height: 1.6;
line-height: 1;
margin-top: 10px;
}

Expand All @@ -397,13 +397,15 @@ h1, h2 {
}

h3, h4, h5, h6 {
color: #fff;
color: #000;
}

/* Search Input Styling */
#partnerSearch {
width: 100%;
max-width: 600px;
margin-top: 20px
margin-bottom: 20px;
padding: 12px 16px;
font-size: 1rem;
border: 1px solid #444;
Expand Down Expand Up @@ -499,15 +501,15 @@ h3, h4, h5, h6 {
/* Footer Styling */
footer {
margin:
background-color: #333;
background-color: #161616;
color: #fff;
text-align: center;
padding: 10px 0;
}

/* Center the button and style it to match your site's color scheme */
button {
background-color: #333;
background-color: #161616;
color: #fff;
border: none;
padding: 12px 24px;
Expand Down

0 comments on commit 360627b

Please sign in to comment.