You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
479 B
SCSS
14 lines
479 B
SCSS
/* Typography */
|
|
h1,h2,h3,h4,h5,h6{line-height:1.2;margin:1rem 0}
|
|
h1{color:$lightBlack;font-size:3rem;font-weight:bold;margin:.8rem 0}
|
|
h1:first-of-type{margin-top:0;line-height:1;}
|
|
h2{color:$lighterBlack;font-size:2.2rem;font-weight:bold; margin:.6rem 0}
|
|
h3{color:$grey;font-size:1.8rem; margin:.4rem 0}
|
|
h4,h5,h6{color:$content;font-size:1.5rem; margin:.2rem 0}
|
|
|
|
/* Links */
|
|
a{text-decoration:none}
|
|
a:link,a:visited{color:$linkVisited}
|
|
a:hover,a:visited:hover{color:$linkHover}
|
|
|