forked from emre/www_projectmycelium_com
style: lighten border colors from gray-200 to gray-100
This commit is contained in:
@@ -30,7 +30,7 @@ export function Header() {
|
||||
|
||||
return (
|
||||
<header className="bg-white">
|
||||
<nav className="border-b border-gray-200">
|
||||
<nav className="border-b border-gray-100">
|
||||
<Container className="flex bg-transparent justify-between py-4">
|
||||
<div className="relative z-10 flex items-center gap-16">
|
||||
<Link to="/" aria-label="Home">
|
||||
|
||||
Reference in New Issue
Block a user