Skip to content

Commit

Permalink
Improved readability for generate buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawberryMaster committed Oct 24, 2023
1 parent d0ab826 commit 669dd87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:root {
--background-1: #7EA16B;
--background-2: #FBAF00;
--background-3: #00511C;
--foreground-1: #FFD639;
--foreground-2: #007CBE;
--highlight: #FFA3AF;
Expand Down Expand Up @@ -252,7 +253,7 @@ ion-icon+span {
text-align: center;
border: none;
border-radius: .5rem;
color: var(--foreground-1);
color: var(--background-3);
background-color: #fff;
transition: all 0.3s;
}
Expand Down

0 comments on commit 669dd87

Please sign in to comment.