Skip to content

Commit

Permalink
looks changed 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hegelespaul committed Jul 21, 2024
1 parent 1b78032 commit 390b6f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ body {
color: #333; /* Dark text for better contrast */
}

a {
color: #055575;
text-decoration: solid;
}

.main-header {
display: block;
left: 50%;
transform: translateX(-50%);
width: 70%;
position: relative;
text-align: center;
background-color: #007acc; /* Primary color for header background */
background-color: #86a6bb; /* Primary color for header background */
color: #fff; /* White text for contrast */
padding: 20px 0; /* Padding for spacing */
}
Expand All @@ -36,7 +41,7 @@ body {
}

#searchBox button {
background-color: #007acc; /* Matching button color */
background-color: #86a6bb; /* Matching button color */
color: #fff;
border: none;
border-radius: 5px;
Expand Down
6 changes: 3 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ function generateNewHTMLTune(title, composer, sections, key, timesignature, vide
border: none;
font-size: 16px;
cursor: pointer;
color: #007acc; /* Modern color */
color: #86a6bb; /* Modern color */
}
.header {
width: 100%;
background-color: #007acc;
background-color: #86a6bb;
color: #fff;
padding: 20px;
text-align: center;
Expand Down Expand Up @@ -199,7 +199,7 @@ function generateNewHTMLTune(title, composer, sections, key, timesignature, vide
}
div > button {
position: relative;
background-color: #007acc;
background-color: #86a6bb;
color: #fff;
border: none;
padding: 5px 10px;
Expand Down

0 comments on commit 390b6f1

Please sign in to comment.