Skip to content

Commit cd4946c

Browse files
authored
Update style.css
1 parent a8b108f commit cd4946c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Web/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ input:focus {
314314
padding: 1rem;
315315
z-index: 1000;
316316
text-align: right;
317+
backdrop-filter: blur(20px);
318+
-webkit-mask: radial-gradient(closest-side circle, #000 40%, transparent 100%);
317319
}
318320

319321
.github-link {
@@ -333,6 +335,8 @@ input:focus {
333335
padding: 1rem;
334336
z-index: 1000;
335337
text-align: right;
338+
backdrop-filter: blur(20px);
339+
-webkit-mask: radial-gradient(closest-side circle, #000 40%, transparent 100%);
336340
}
337341

338342
@media (max-width: 640px) {
@@ -790,4 +794,4 @@ button {
790794
.error-message:active {
791795
background-color: var(--gray-100);
792796
}
793-
}
797+
}

0 commit comments

Comments
 (0)