- Issue created by @rkoller
- 🇨🇦Canada mgifford Ottawa, Ontario
Do we have a list of the currently supported chips?
I made some suggested CSS changes:
@media (forced-colors: active) { .gin-status, .gin-new-flag, .gin-experimental-flag { forced-color-adjust: none; background-color: ButtonFace !important; color: ButtonText !important; border: 3px solid ButtonText !important; } } @media (prefers-contrast: more) { .gin-status, .gin-new-flag, .gin-experimental-flag { background-color: ButtonFace !important; color: ButtonText !important; border: 5px solid ButtonText !important; font-weight: bold; } }
However, I'm just seeing the one chip now.