Skip to content

Commit

Permalink
add: hover colors
Browse files Browse the repository at this point in the history
  • Loading branch information
SvMak committed Dec 29, 2024
1 parent 7dc84ce commit bb2862d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,23 @@ module.exports = {
extralight: '#f2f8fd', // nixlighterblue
lighter: '#e6ecf5', // nixlighterblue-dimmed
light: '#7ebae4', // nixlightblue
'light-hover': '#69a6d1',
DEFAULT: '#5277c3', // nixdarkblue
hover: '#466cb9',
dark: '#405D99', // nixsemidarkblue
'dark-hover': '#4e73bc',
darker: '#27385d', // nixdarkerblue
},
'nix-orange': {
lighter: '#fff5e1', // nixlightorange
DEFAULT: '#ffab0d', // nixorange
hover: '#ec9d0c',
dark: '#ff8657', // nixdarkorange
darker: '#cc3900', // nixdarkerorange
},
'nix-green': {
DEFAULT: '#6ad541', // nixgreen
hover: '#64c53d',
dark: '#51ba29', // nixdarkgreen
},
gray: colors.gray,
Expand Down

0 comments on commit bb2862d

Please sign in to comment.