|
@@ -13,20 +13,19 @@ body {
|
|
|
display:flex;
|
|
display:flex;
|
|
|
color: $fg-color;
|
|
color: $fg-color;
|
|
|
background-color: $bg-color;
|
|
background-color: $bg-color;
|
|
|
- font-family: 'Fira Mono', monospace;
|
|
|
|
|
|
|
+ font-family: $text-font-family;
|
|
|
font-size: 1.6em;
|
|
font-size: 1.6em;
|
|
|
- font-weight: 400;
|
|
|
|
|
- letter-spacing: 0.0625em;
|
|
|
|
|
|
|
+ font-weight: 300;
|
|
|
line-height: 1.8em;
|
|
line-height: 1.8em;
|
|
|
- @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
|
|
|
|
- font-size: 1.4em;
|
|
|
|
|
|
|
+ @media only screen and (max-device-width : 768px) {
|
|
|
|
|
+ font-size: 1.6em;
|
|
|
line-height: 1.6em;
|
|
line-height: 1.6em;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
a {
|
|
|
- font-weight: 700;
|
|
|
|
|
- color: $alt-fg-color;
|
|
|
|
|
|
|
+ font-weight: 300;
|
|
|
|
|
+ color: $link-color;
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
&:focus,
|
|
&:focus,
|
|
|
&:hover {
|
|
&:hover {
|
|
@@ -35,17 +34,7 @@ a {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
p {
|
|
|
- margin: 1.6rem 0 1.6rem 0;
|
|
|
|
|
- a {
|
|
|
|
|
- font-weight: 400;
|
|
|
|
|
- color: $alt-fg-color;
|
|
|
|
|
- text-decoration: underline;
|
|
|
|
|
- text-underline-position: under;
|
|
|
|
|
- &:focus,
|
|
|
|
|
- &:hover {
|
|
|
|
|
- color: $link-color;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ margin: 2.0rem 0 2.0rem 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
h1,
|
|
@@ -54,73 +43,94 @@ h3,
|
|
|
h4,
|
|
h4,
|
|
|
h5,
|
|
h5,
|
|
|
h6 {
|
|
h6 {
|
|
|
|
|
+ font-family: $heading-font-family;
|
|
|
|
|
+ font-weight: 700;
|
|
|
color: $alt-fg-color;
|
|
color: $alt-fg-color;
|
|
|
- text-transform: uppercase;
|
|
|
|
|
- letter-spacing: 0.0625em;
|
|
|
|
|
- margin: 3.2rem 0 1.6rem 0;
|
|
|
|
|
|
|
+ margin: 6.4rem 0 3.2rem 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
h1 {
|
|
|
font-size: 3.2rem;
|
|
font-size: 3.2rem;
|
|
|
- line-height: 3.2rem;
|
|
|
|
|
- @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
|
|
|
|
- font-size: 2.8rem;
|
|
|
|
|
- line-height: 2.8rem;
|
|
|
|
|
|
|
+ line-height: 3.6rem;
|
|
|
|
|
+ @media only screen and (max-device-width : 768px) {
|
|
|
|
|
+ font-size: 3.0rem;
|
|
|
|
|
+ line-height: 3.4rem;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
h2 {
|
|
h2 {
|
|
|
font-size: 2.8rem;
|
|
font-size: 2.8rem;
|
|
|
- line-height: 2.8rem;
|
|
|
|
|
- @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
|
|
|
|
- font-size: 2.4rem;
|
|
|
|
|
- line-height: 2.4rem;
|
|
|
|
|
|
|
+ line-height: 3.2rem;
|
|
|
|
|
+ @media only screen and (max-device-width : 768px) {
|
|
|
|
|
+ font-size: 2.6rem;
|
|
|
|
|
+ line-height: 3.0rem;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
h3 {
|
|
h3 {
|
|
|
font-size: 2.4rem;
|
|
font-size: 2.4rem;
|
|
|
- line-height: 2.4rem;
|
|
|
|
|
- @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
|
|
|
|
- font-size: 2.0rem;
|
|
|
|
|
- line-height: 2.0rem;
|
|
|
|
|
|
|
+ line-height: 2.8rem;
|
|
|
|
|
+ @media only screen and (max-device-width : 768px) {
|
|
|
|
|
+ font-size: 2.2rem;
|
|
|
|
|
+ line-height: 2.6rem;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
h4 {
|
|
h4 {
|
|
|
font-size: 2.2rem;
|
|
font-size: 2.2rem;
|
|
|
- line-height: 2.2rem;
|
|
|
|
|
- @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
|
|
|
|
- font-size: 1.8rem;
|
|
|
|
|
- line-height: 1.8rem;
|
|
|
|
|
|
|
+ line-height: 2.6rem;
|
|
|
|
|
+ @media only screen and (max-device-width : 768px) {
|
|
|
|
|
+ font-size: 2.0rem;
|
|
|
|
|
+ line-height: 2.4rem;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
h5 {
|
|
h5 {
|
|
|
font-size: 2.0rem;
|
|
font-size: 2.0rem;
|
|
|
- line-height: 2.0rem;
|
|
|
|
|
- @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
|
|
|
|
- font-size: 1.6rem;
|
|
|
|
|
- line-height: 1.6rem;
|
|
|
|
|
|
|
+ line-height: 2.4rem;
|
|
|
|
|
+ @media only screen and (max-device-width : 768px) {
|
|
|
|
|
+ font-size: 1.8rem;
|
|
|
|
|
+ line-height: 2.2rem;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
h6 {
|
|
h6 {
|
|
|
- font-size: 1.4rem;
|
|
|
|
|
- line-height: 1.4rem;
|
|
|
|
|
|
|
+ font-size: 1.8rem;
|
|
|
|
|
+ line-height: 2.2rem;
|
|
|
|
|
+ @media only screen and (max-device-width : 768px) {
|
|
|
|
|
+ font-size: 1.6rem;
|
|
|
|
|
+ line-height: 2.0rem;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+b, strong {
|
|
|
|
|
+ font-weight: 700;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
pre {
|
|
|
- margin: 1.6rem 0 1.0rem 0;
|
|
|
|
|
- padding: 1.6rem;
|
|
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ font-family: $code-font-family;
|
|
|
|
|
+ font-size: 1.6rem;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ line-height: 2.6rem;
|
|
|
|
|
+ margin: 2.0rem 0 2.0rem 0;
|
|
|
|
|
+ padding: 2.0rem;
|
|
|
overflow-x: auto;
|
|
overflow-x: auto;
|
|
|
|
|
+ code {
|
|
|
|
|
+ background-color: inherit;
|
|
|
|
|
+ color: inherit;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
code {
|
|
|
- display: inline-block;
|
|
|
|
|
- background-color: $alt-fg-color;
|
|
|
|
|
- color: $bg-color;
|
|
|
|
|
- padding: 0.4rem 0.8rem 0.4rem 0.8rem;
|
|
|
|
|
|
|
+ font-family: $code-font-family;
|
|
|
|
|
+ font-size: 1.6rem;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ background-color: $alt-bg-color;
|
|
|
|
|
+ color: $fg-color;
|
|
|
|
|
+ padding: 0.2rem 0.4rem 0.2rem 0.4rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
blockquote {
|
|
|
border-left: 2px solid $alt-bg-color;
|
|
border-left: 2px solid $alt-bg-color;
|
|
|
- padding-left: 1.6rem;
|
|
|
|
|
|
|
+ padding-left: 2.0rem;
|
|
|
|
|
+ line-height: 2.2rem;
|
|
|
|
|
+ font-weight: 400;
|
|
|
font-style: italic;
|
|
font-style: italic;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -155,18 +165,27 @@ img {
|
|
|
.wrapper {
|
|
.wrapper {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
|
+
|
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
.container {
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
- max-width: 120.0rem;
|
|
|
|
|
|
|
+ max-width: 90.0rem;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
padding-left: 2.0rem;
|
|
padding-left: 2.0rem;
|
|
|
padding-right: 2.0rem;
|
|
padding-right: 2.0rem;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.fab {
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.fas {
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.float-right {
|
|
.float-right {
|
|
|
float: right;
|
|
float: right;
|
|
|
}
|
|
}
|