# Was wondering the way to translate this to vanilla-extract style... .link { @mixin hover { background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6)); } }