16 lines
115 B
SCSS
16 lines
115 B
SCSS
|
|
@use '../shared/colors' as colors;
|
||
|
|
|
||
|
|
h1,
|
||
|
|
h2,
|
||
|
|
h3,
|
||
|
|
h4,
|
||
|
|
h5,
|
||
|
|
h6,
|
||
|
|
p,
|
||
|
|
a,
|
||
|
|
span,
|
||
|
|
time {
|
||
|
|
color: colors.$primaryWhite;
|
||
|
|
}
|
||
|
|
|