Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
florenciagithub authored May 19, 2024
1 parent c780497 commit ab82308
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,16 @@ footer {
font-size: 14px;
color: #888;
}
#copyButton {
padding: 10px 20px;
background-color: #40E0D0; /* Mittleres Türkisblau */
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
margin-left: 10px; /* Abstand zum Ausgabetext */
}

#copyButton:hover {
background-color: #3ac0b8; /* Dunkleres Türkisblau beim Hover */
}

0 comments on commit ab82308

Please sign in to comment.