alexdaniels.me/assets/styles/scss/front/_typography.scss

16 lines
115 B
SCSS
Raw Permalink Normal View History

2026-06-03 17:18:50 -07:00
@use '../shared/colors' as colors;
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
time {
color: colors.$primaryWhite;
}