diff --git a/frontend/src/app/album/page.tsx b/frontend/src/app/album/page.tsx index a751e8c..0f511b6 100644 --- a/frontend/src/app/album/page.tsx +++ b/frontend/src/app/album/page.tsx @@ -55,7 +55,7 @@ export default function Page() { {album.artist} - {album.genre}) + {album.genre} ))} diff --git a/frontend/src/app/components/navigation/navbar/index.tsx b/frontend/src/app/components/navigation/navbar/index.tsx index b209dd6..fb27fcd 100644 --- a/frontend/src/app/components/navigation/navbar/index.tsx +++ b/frontend/src/app/components/navigation/navbar/index.tsx @@ -7,21 +7,19 @@ const Navbar = () => { return ( ); diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 11654cf..bf572b6 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -557,7 +557,7 @@ body { line-height: 1.6; font-weight: 400; font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #222; } + color: #3fc6f1; } /* Typography