Skip to content

Commit

Permalink
decrease background transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
burturt committed Feb 14, 2024
1 parent f3f8de3 commit 24d3ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default withStyles({
'--cirrus-select-bg': '#f8747066',
'--cirrus-code-bg': '#333',
'--cirrus-primary': '#f44d8a',
'--bg-dark': 'rgba(0, 0, 0, 50%)',
'--bg-dark': 'rgba(0, 0, 0, 70%)',
'--bg-darker': '#0f0f0fa0',
'--toast-primary-bg': '#f87470e6',
// lactf gradients
Expand Down

0 comments on commit 24d3ddc

Please sign in to comment.