Skip to content

Commit

Permalink
colors
Browse files Browse the repository at this point in the history
  • Loading branch information
klortiz13 authored Apr 7, 2024
1 parent 582d7a1 commit 5bfe636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

.neon-button {
border: none;
background-color: #333;
background-color: rgba(#747678, 0.7);;
color: #fff;
padding: 10px 20px;
border-radius: 5px;
Expand All @@ -22,7 +22,7 @@
}

.neon-box {
background-color: #222; /* Dark background enhances the glow */
background-color: rgba(#222, 0.7); /* Dark background enhances the glow */
color: #fff; /* White text for contrast */
border: none; /* Remove default border */
padding: 10px;
Expand Down

0 comments on commit 5bfe636

Please sign in to comment.