mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix hover unblur text after keyboard nav changes
This commit is contained in:
parent
764f549d29
commit
73d2f43cde
1 changed files with 4 additions and 0 deletions
|
@ -748,5 +748,9 @@ function readPromo() {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
._blur_text {
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue