|
|
@@ -3,56 +3,56 @@
|
|
|
font-style: normal;
|
|
|
font-stretch: normal;
|
|
|
font-weight: 400;
|
|
|
- src: local("Lato"), url("../fonts/LatoLatin-Regular.woff") format("woff");
|
|
|
+ src: url("../fonts/LatoLatin-Regular.woff") format("woff");
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: "lato";
|
|
|
font-style: italic;
|
|
|
font-stretch: normal;
|
|
|
font-weight: 400;
|
|
|
- src: local("Lato"), url("../fonts/LatoLatin-Italic.woff") format("woff");
|
|
|
+ src: url("../fonts/LatoLatin-Italic.woff") format("woff");
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: "lato";
|
|
|
font-style: normal;
|
|
|
font-stretch: normal;
|
|
|
font-weight: 700;
|
|
|
- src: local("Lato"), url("../fonts/LatoLatin-Bold.woff") format("woff");
|
|
|
+ src: url("../fonts/LatoLatin-Regular.woff") format("woff");
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: "lato";
|
|
|
font-style: italic;
|
|
|
font-stretch: normal;
|
|
|
font-weight: 700;
|
|
|
- src: local("Lato"), url("../fonts/LatoLatin-BoldItalic.woff") format("woff");
|
|
|
+ src: url("../fonts/LatoLatin-BoldItalic.woff") format("woff");
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: "spectral";
|
|
|
font-style: normal;
|
|
|
font-stretch: normal;
|
|
|
font-weight: 400;
|
|
|
- src: local("Spectral"), url("../fonts/Spectral-Regular.woff") format("woff");
|
|
|
+ src: url("../fonts/Spectral-Regular.woff") format("woff");
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: "spectral";
|
|
|
font-style: italic;
|
|
|
font-stretch: normal;
|
|
|
font-weight: 400;
|
|
|
- src: local("Spectral"), url("../fonts/Spectral-Italic.woff") format("woff");
|
|
|
+ src: url("../fonts/Spectral-Italic.woff") format("woff");
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: "spectral";
|
|
|
font-style: normal;
|
|
|
font-stretch: normal;
|
|
|
font-weight: 700;
|
|
|
- src: local("Spectral"), url("../fonts/Spectral-Bold.woff") format("woff");
|
|
|
+ src: url("../fonts/Spectral-Bold.woff") format("woff");
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: "spectral";
|
|
|
font-style: italic;
|
|
|
font-stretch: normal;
|
|
|
font-weight: 700;
|
|
|
- src: local("Spectral"), url("../fonts/Spectral-BoldItalic.woff") format("woff");
|
|
|
+ src: url("../fonts/Spectral-BoldItalic.woff") format("woff");
|
|
|
}
|
|
|
/* stylelint-disable property-no-vendor-prefix */
|
|
|
/* FUNCTIONS */
|
|
|
@@ -921,18 +921,18 @@ main.prompt {
|
|
|
}
|
|
|
.content code, .content.thin code {
|
|
|
padding: 2px 5px;
|
|
|
- background: #f9fafb;
|
|
|
- border: 1px solid #eff0f2;
|
|
|
+ background: #fde3e3;
|
|
|
+ color: #e41212;
|
|
|
+ font-size: 1rem;
|
|
|
border-radius: 3px;
|
|
|
}
|
|
|
.content blockquote, .content.thin blockquote {
|
|
|
margin: 0;
|
|
|
- padding: 5px 20px;
|
|
|
+ padding: 0.5rem 1.5rem;
|
|
|
background: #f9fafb;
|
|
|
display: block;
|
|
|
- color: #303136;
|
|
|
- border-top: 1px solid #d5d8db;
|
|
|
- border-bottom: 1px solid #d5d8db;
|
|
|
+ color: #5b6871;
|
|
|
+ border-left: 4px solid #d5d8db;
|
|
|
}
|
|
|
.content blockquote p, .content.thin blockquote p {
|
|
|
margin: 0;
|
|
|
@@ -1386,3 +1386,5 @@ a, button.as-link {
|
|
|
outline: none;
|
|
|
color: #36c;
|
|
|
}
|
|
|
+
|
|
|
+/*# sourceMappingURL=mapco.css.map */
|