Skip to content

Commit

Permalink
Fixed the UI/UX of Newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
Peart-Guy committed Nov 2, 2024
1 parent 84e2617 commit c79cdfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions subscribe.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
max-width: 768px;
flex-direction: column;
align-items: center;
/* box-shadow: 0 0 20px rgba(244, 2, 2, 0.795), 0 0 30px rgba(237, 20, 4, 0.866); */
box-shadow: 0 0 20px rgba(255, 204, 1, 0.8), 0 0 30px rgba(255, 230, 0, 0.866);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.5);
}
Expand Down Expand Up @@ -75,7 +75,7 @@
}

.subscribe-button:hover {
background-color: #45a049;
background-color: #580303;
}

@media (prefers-color-scheme: dark) {
Expand All @@ -99,13 +99,13 @@
}

.email-input {
background-color: #25b43a !important;
background-color: #ac0606 !important;
color: #e5e5e5;
border: 1px solid #666;
}

.subscribe-button {
background-color: rgb(27, 149, 53);
background-color: #580303;
color: #e5e5e5;
}

Expand Down

0 comments on commit c79cdfe

Please sign in to comment.