fix(theme): invisible popup text in rainbow trail (ridemountainpig) (#4527)

* fix: couldn't see aria-label text when hover

* fix: change to fix aria label with `::after`

* fix: change to fix aria label with `::after`
This commit is contained in:
Yen Cheng 2023-08-13 17:24:45 +08:00 committed by Miodec
parent 029266c70b
commit 8d128bb54b

View file

@ -29,7 +29,9 @@
animation: rainbow-gradient 30s alternate ease-in-out infinite;
}
#top .logo .top {
#top .logo .top,
.account .levelAndBar .level,
[aria-label][data-balloon-pos]::after {
-webkit-text-fill-color: initial;
}