mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
heo header 加一点淡化效果
This commit is contained in:
@@ -140,7 +140,7 @@ const Header = props => {
|
||||
{/* 顶部导航菜单栏 */}
|
||||
<nav
|
||||
id='nav'
|
||||
className={`z-20 h-16 top-0 w-full
|
||||
className={`z-20 h-16 top-0 w-full duration-500 transition-all
|
||||
${fixedNav ? 'fixed' : 'relative bg-transparent'}
|
||||
${textWhite ? 'text-white ' : 'text-black dark:text-white'}
|
||||
${navBgWhite ? 'bg-white dark:bg-[#18171d] shadow' : 'bg-transparent'}`}>
|
||||
|
||||
Reference in New Issue
Block a user