remark plugins and width
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rei
2023-02-06 17:10:36 +01:00
parent 839defdd06
commit 50358c43b9
9 changed files with 393 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ export const Navbar = () => {
<div className="hidden xl:flex flex-row gap-10 items-center font-medium font-mono">
{links.map(({ name, href }) => (
<Link href={href} key={name}>
<button className="px-10 py-1 rounded-sm bg-primary hover:bg-primary/50 transition-all duration-150 ease-out">
<button className="px-10 py-1 rounded-sm bg-primary hover:bg-primary/50 transition-all duration-150 ease-out text-white">
{name}
</button>
</Link>