Skip to content

Commit

Permalink
Changed the default colors (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyHoenderdaal authored Aug 25, 2023
1 parent 7a3417d commit 4ac1012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
1 => [
'ul' => 'flex flex-wrap max-sm:flex-col',
'li' => 'group',
'category' => 'block p-3 text-primary font-bold',
'category' => 'block p-3 text-neutral font-bold',
],
2 => [
'ul' => 'hidden absolute flex bg-white border p-3 z-10 sm:group-hover:flex',
'li' => 'px-3',
'category' => 'block text-primary font-bold py-3',
'category' => 'block text-neutral font-bold py-3',
],
3 => [
'ul' => 'text-sm',
'category' => 'inline-block py-1 hover:text-primary',
'category' => 'inline-block py-1 hover:text-neutral',
],
],
];

0 comments on commit 4ac1012

Please sign in to comment.