pstream is dead; long live pstream
taciturnaxolotl.github.io/pstream-ng/
1.flare-enabled .flare-light {
2 opacity: 1 !important;
3}
4
5.hover\:flare-enabled:hover .flare-light {
6 opacity: 1 !important;
7}
8
9/* Ensure text is always visible on mobile */
10@media (max-width: 1024px) {
11 /* .group h1, .group button {
12 opacity: 1;
13 } */
14
15 .group .group-hover\\:opacity-100 {
16 opacity: 1; /* Ensure the flare effect is always visible */
17 }
18}