blob: 0c697fdcf9175af74ac0601ee3e812b24988610c [file] [log] [blame]
:root {
--a: green;
}
p {
color: var(--a);
}