hastur
hastur copied to clipboard
Attribute selector matching
https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors
Needed for variable lookup on github.com as the color variables are set up like
[data-color-mode="auto"][data-light-theme="light"] {
--somevar: #123;
}