Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
d4tis authored Feb 10, 2024
1 parent e32b853 commit 1619bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
color: #fff; /* White text */
}
.header {
background-color: #ff6600; /* Orange header */
background-color: #cc5500; /* Darker orange header */
color: #fff; /* White text */
padding: 20px;
font-weight: bold;
Expand All @@ -30,7 +30,7 @@
.cta-button {
display: inline-block;
padding: 10px 20px;
background-color: #ff6600; /* Orange button */
background-color: #cc5500; /* Darker orange button */
color: #000; /* Black text */
text-decoration: none;
border-radius: 5px;
Expand Down

0 comments on commit 1619bd4

Please sign in to comment.