Skip to content

Commit

Permalink
Constrain height and tweak button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaOrson committed Jan 2, 2025
1 parent 2c75476 commit fe1df36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@
width: 100%;
display: flex;
justify-content: center;
min-height: 0;
}
.controls {
Expand All @@ -454,7 +455,7 @@
.k-value {
font-family: "Press Start 2P", monospace;
color: #ca47eb;
color: #FF00FF;
font-size: clamp(0.7rem, 1.2vw, 1rem);
/* margin-top: 1rem; */
}
Expand All @@ -473,7 +474,7 @@
}
.toggle-button {
background: #6847eb;
background: #9D00FF;
color: #e4e4ff;
border: none;
padding: 0.5rem 1rem;
Expand Down

0 comments on commit fe1df36

Please sign in to comment.