mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-18 23:16:49 +00:00
导航栏夜间模式颜色
This commit is contained in:
@@ -150,19 +150,13 @@ nav {
|
||||
}
|
||||
|
||||
.glassmorphism{
|
||||
background: rgba(255, 255, 255, .7);
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
.dark .glassmorphism{
|
||||
background: rgba(0, 0, 0, .7);
|
||||
background: rgba(31, 41, 55, .5);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
.glassmorphism{
|
||||
background: rgba(255, 255, 255, .7);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user