Skip to content

Commit

Permalink
Updated buttons on Home page and its subpages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlotOfTypos committed Aug 27, 2024
1 parent 094e70f commit 64b0806
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions frontend/src/ui/home/Description.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
color: #FBF5F0;
}

.eventsButton:hover {
background-color: #87562A;
}

.horizontalAligned {
display: flex;
gap: 20px;
Expand Down
6 changes: 6 additions & 0 deletions frontend/src/ui/home/Registeraccountform.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
border-radius: 25px;
text-align: center;
background: #DD995B;
border-color: #FFFFFF;
border-width: 0.25rem;
padding: 14px 0;
color: #FFFFFF;
font-weight: bold;
Expand All @@ -127,4 +129,8 @@
margin-top: 6px;
width: 964px;
max-width: 90%;
}

.button:hover {
background-color: #87562A;
}
2 changes: 1 addition & 1 deletion frontend/src/ui/utils/BallManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const poolBallColors = [
"#B15F4D", //orange
"#3E76B4", //blue
"#C5B460", //yellow
"#222629" //black
// "#222629" //black
]

function generateRandomColor() {
Expand Down

0 comments on commit 64b0806

Please sign in to comment.