Skip to content

Commit

Permalink
Increase opacity of card background.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramirisu committed Feb 20, 2024
1 parent ae819d8 commit 205b968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/Quiz.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const Quiz = () => {
justify='center'
align='center'
style={{
backgroundColor: 'rgba(255, 255, 255, 0.7)',
backgroundColor: 'rgba(255, 255, 255, 0.8)',
border: 'crimson solid 4px',
borderRadius: '20px',
...getContentMaxWidth(),
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Result.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const Result = () => {
align='center'
gap={20}
style={{
backgroundColor: 'rgba(255, 255, 255, 0.7)',
backgroundColor: 'rgba(255, 255, 255, 0.8)',
border: 'crimson solid 4px',
borderRadius: '20px',
...getContentMaxWidth(),
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Welcome = () => {
align='center'
gap={20}
style={{
backgroundColor: 'rgba(255, 255, 255, 0.7)',
backgroundColor: 'rgba(255, 255, 255, 0.8)',
border: 'crimson solid 4px',
borderRadius: '20px',
...getContentMaxWidth(),
Expand Down

0 comments on commit 205b968

Please sign in to comment.