24 lines
251 B
Plaintext

html {
.bg-brand-soft;
}
*,
*::before,
*::after {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
color: inherit;
text-decoration: none;
&:hover {
.text-underline;
}
}
svg {
fill: currentColor;
}