Skip to content

Commit

Permalink
fix: fix the lightgray colors
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyJolli authored and Kishan-Ved committed Oct 2, 2024
1 parent 5c78c71 commit fc4852c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ResumeGeneratorCSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ body {

.container-fluid {
padding: 30px;
margin: 0; /* Center alignment removed */
width: 100%; /* Ensure it takes the full width */
box-sizing: border-box;
}
Expand Down Expand Up @@ -68,8 +67,9 @@ body {
margin-bottom: 30px;
}

/* Set the heading background to lightgray and text to black */
.cv-template h1, .cv-template h5 {
background-color: #e0e6eb; /* Light gray-blue background */
background-color: lightgray; /* Background set to lightgray */
color: #000; /* Black text for headings */
margin-bottom: 20px;
font-weight: normal;
Expand Down Expand Up @@ -122,8 +122,8 @@ body {

/* Section Headers */
.cv-template .row[style="background-color: lightgray;"] {
background-color: #becddd !important; /* Dark muted blue */
color: #ffffff;
background-color: lightgray !important; /* Use lightgray for section headers */
color: #000; /* Keep text black */
padding: 8px;
margin-bottom: 15px;
border-radius: 4px;
Expand Down

0 comments on commit fc4852c

Please sign in to comment.