Skip to content

Commit

Permalink
desaturate colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Aug 15, 2024
1 parent 43eb2ba commit e2cb4b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions report-viewer/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ export default {
},
background: {
light: 'hsl(0, 0%, 97%)',
dark: 'hsl(180, 80%, 8%)'
dark: 'hsl(230, 10%, 8%)'
},
container: {
light: 'hsl(0, 0%, 98%)',
dark: 'hsl(200, 20%, 15%)',
dark: 'hsl(250, 10%, 15%)',
border: {
light: 'hsl(0, 0%, 80%)',
dark: 'hsl(0, 0%, 25%)'
},
secondary: {
light: 'hsl(0, 0%, 95%)',
dark: 'hsl(200, 20%, 20%)'
dark: 'hsl(250, 10%, 20%)'
}
},
interactable: {
light: 'hsl(0, 0%, 100%)',
dark: 'hsl(180, 30%, 20%)',
dark: 'hsl(250, 10%, 20%)',
border: {
light: 'hsl(0, 0%, 75%)',
dark: 'hsl(0, 0%, 25%)'
Expand Down

0 comments on commit e2cb4b8

Please sign in to comment.