We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818fc58 commit 7252cb3Copy full SHA for 7252cb3
1 file changed
src/pages/motion/index.module.less
@@ -2,9 +2,12 @@
2
position: sticky;
3
top: 0;
4
right: 0;
5
- background-color: rgb(0 0 0 / 20%);
6
- backdrop-filter: blur(5px);
7
z-index: 10;
+ background-color: rgb(0 0 0 / 20%);
+ background-image: radial-gradient(transparent 1px, #bbb 1px);
8
+ background-size: 4px 4px;
9
+ backdrop-filter: blur(1px);
10
+ mask: linear-gradient(#000 calc(100% - 30px), #0000);
11
12
ul {
13
display: flex;
@@ -23,7 +26,7 @@
23
26
24
27
.navItemActive {
25
28
color: #fff;
- background-color: #333;
29
+ background-color: #724cdb;
30
}
31
32
0 commit comments