We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b108f commit cd4946cCopy full SHA for cd4946c
Web/style.css
@@ -314,6 +314,8 @@ input:focus {
314
padding: 1rem;
315
z-index: 1000;
316
text-align: right;
317
+ backdrop-filter: blur(20px);
318
+ -webkit-mask: radial-gradient(closest-side circle, #000 40%, transparent 100%);
319
}
320
321
.github-link {
@@ -333,6 +335,8 @@ input:focus {
333
335
334
336
337
338
339
340
341
342
@media (max-width: 640px) {
@@ -790,4 +794,4 @@ button {
790
794
.error-message:active {
791
795
background-color: var(--gray-100);
792
796
793
-}
797
+}
0 commit comments