Skip to content

Commit

Permalink
color change
Browse files Browse the repository at this point in the history
  • Loading branch information
crismancich committed Apr 25, 2024
1 parent b84a1c7 commit 3288280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {

h1, h2, h3 {
font-family: 'Ubuntu', sans-serif; /* Ubuntu font for headlines */
color: #FFD700; /* Gold color for headings */
color: #cccccc; /* Light gray color for headings */
}

.code-block {
Expand All @@ -34,11 +34,11 @@ code {
border: none;
border-radius: 5px;
cursor: pointer;
background-color: #FFD700; /* Gold background for the button */
background-color: #cccccc; /* Light gray background for the button */
color: #333333; /* Dark text on button */
font-weight: bold;
}

.copy-btn:hover {
background-color: #FFC107; /* Lighter gold on hover */
background-color: #aaaaaa; /* Slightly darker gray on hover */
}

0 comments on commit 3288280

Please sign in to comment.