mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
🎳
This commit is contained in:
@@ -32,6 +32,7 @@ export const Footer: React.FC<{
|
||||
<div className={styles.settings}>
|
||||
<a
|
||||
className={styles.toggleDarkMode}
|
||||
href='#'
|
||||
onClick={toggleDarkModeCb}
|
||||
title='Toggle dark mode'
|
||||
>
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
}
|
||||
|
||||
.zhihu:hover {
|
||||
color: #0066FF;
|
||||
color: #0066ff;
|
||||
}
|
||||
|
||||
.github:hover {
|
||||
|
||||
Reference in New Issue
Block a user