Set the opacity of stat's stroke to 90%

This commit is contained in:
redphx 2023-08-14 16:27:15 +07:00
parent ca8b3cfbd8
commit 0833afc0a2

View File

@ -1520,7 +1520,7 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
.better-xcloud-stats-bar[data-transparent=true] {
background: none;
filter: drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000);
filter: drop-shadow(1px 0 0 #000000f0) drop-shadow(-1px 0 0 #000000f0) drop-shadow(0 1px 0 #000000f0) drop-shadow(0 -1px 0 #000000f0);
}
.better-xcloud-stats-bar label {