This repository was archived by the owner on Jun 29, 2024. It is now read-only.
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 86
86
top : 0 ;
87
87
left : 0 ;
88
88
width : 100vw ;
89
- backdrop-filter : blur (10px ) saturate (400 % );
90
- -webkit-backdrop-filter : blur (20px ) saturate (400 % );
89
+ backdrop-filter : blur (10px ) saturate (100 % );
90
+ -webkit-backdrop-filter : blur (20px ) saturate (100 % );
91
91
background-blend-mode : darken ;
92
92
position : absolute ;
93
93
display : flex ;
98
98
background-color : #343333ba ;
99
99
width : 210px ;
100
100
height : 100vh ;
101
- backdrop-filter : blur (20px ) saturate (400 % );
102
- -webkit-backdrop-filter : blur (20px ) saturate (400 % );
101
+ backdrop-filter : blur (20px ) saturate (100 % );
102
+ -webkit-backdrop-filter : blur (20px ) saturate (100 % );
103
103
position : fixed ;
104
104
right : -210px ;
105
105
margin-top : 60px ;
110
110
@media (prefers-color-scheme: light) {
111
111
#topNavbar
112
112
{
113
- background-color : #d2d2d2ba ;
114
- background-blend-mode : darken ;
113
+ background-color : #f5f5f594 ;
114
+ background-blend-mode : normal ;
115
115
}
116
116
.mobileNavMenu {
117
- background-color : #d2d2d2ba ;
118
- background-blend-mode : darken ;
117
+ background-color : #f5f5f594 ;
118
+ background-blend-mode : normal ;
119
119
}
120
120
}
121
121
@media (max-width : 768px ) {
You can’t perform that action at this time.
0 commit comments