mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
use mainSections, update Permalinks and asset URLS
This commit is contained in:
parent
eba613e044
commit
d87fbd97cc
17 changed files with 59 additions and 50 deletions
7
assets/scss/components/_type.scss
Normal file
7
assets/scss/components/_type.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
p {
|
||||
font-family: $font-family-base;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
color: lighten($black, 10%);
|
||||
font-weight: 400;
|
||||
}
|
|
@ -44,6 +44,7 @@
|
|||
|
||||
// Components
|
||||
@import 'components/reset';
|
||||
@import 'components/type';
|
||||
@import 'components/page';
|
||||
@import 'components/header';
|
||||
@import 'components/footer';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue