Adjusted headings
This commit is contained in:
@ -4,12 +4,15 @@
|
|||||||
*
|
*
|
||||||
* Dependencies:
|
* Dependencies:
|
||||||
* styles/settings/colors.scss - Used for colors
|
* styles/settings/colors.scss - Used for colors
|
||||||
|
* styles/settings/typography.scss - Used for fonts
|
||||||
* styles/tools/_gradients.scss - Used for background gradients.
|
* styles/tools/_gradients.scss - Used for background gradients.
|
||||||
*
|
*
|
||||||
* Version:
|
* Version:
|
||||||
* 1.0.0 - 2018/02/23
|
* 1.0.0 - 2018/02/23
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
|
font-family: $s-font--stack-default;
|
||||||
|
font-size: $s-font--size--base;
|
||||||
@include t-gradient-directional($s-color--background-bottom, $s-color--background-top, 45deg);
|
@include t-gradient-directional($s-color--background-bottom, $s-color--background-top, 45deg);
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
13
public/styles/elements/_headings.scss
Normal file
13
public/styles/elements/_headings.scss
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
/*
|
||||||
|
* Headings
|
||||||
|
* Styles for headings 1 through 6
|
||||||
|
*
|
||||||
|
* Dependencies:
|
||||||
|
* styles/settings/typography`.scss
|
||||||
|
*
|
||||||
|
* Version:
|
||||||
|
* 1.0.0 - 2018/02/23
|
||||||
|
*/
|
||||||
|
h1,h2,h3,h4,h5,h6 {
|
||||||
|
font-family: $s-font--stack-headings;
|
||||||
|
}
|
@ -6,6 +6,6 @@
|
|||||||
* 1.0.0 - 2018/02/23
|
* 1.0.0 - 2018/02/23
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$s-font-stack-default: 'Nanum Gothic Coding', monospace;
|
$s-font--stack-default: 'Nanum Gothic Coding', monospace;
|
||||||
$s-font-stack-headings: 'Bitter', serif;
|
$s-font--stack-headings: 'Bitter', serif;
|
||||||
$s-font-size--base: 16px;
|
$s-font--size--base: 16px;
|
||||||
|
Reference in New Issue
Block a user