Fix hover unblur text after keyboard nav changes

This commit is contained in:
amy bones 2023-05-13 16:29:05 -07:00
parent 1bd8b34238
commit b01c9ce0b0
No known key found for this signature in database
GPG key ID: 607951E00F4C0B0F

View file

@ -748,5 +748,9 @@ function readPromo() {
text-align: center;
opacity: 0.7;
width: 100%;
._blur_text {
pointer-events: auto;
}
}
</style>