Initial Build
This commit is contained in:
parent
71cd3acccd
commit
6c0d9a3f98
140 changed files with 9802 additions and 2403 deletions
15
assets/styles/scss/front/_typography.scss
Normal file
15
assets/styles/scss/front/_typography.scss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
@use '../shared/colors' as colors;
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
a,
|
||||
span,
|
||||
time {
|
||||
color: colors.$primaryWhite;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue