Fix hover unblur text after keyboard nav changes

This commit is contained in:
amy bones 2023-05-13 16:29:05 -07:00
parent 764f549d29
commit 73d2f43cde

View file

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