assets/default.css in jekyll-ham-0.1.5 vs assets/default.css in jekyll-ham-0.1.6
- old
+ new
@@ -1,20 +1,7 @@
-:root {
- --font-family-serif: 'Linux Libertine', 'Linux Libertine Display O', Georgia, 'Noto Serif', 'Times New Roman', Times, serif;
- --heading-font-weight: 700;
-}
+@import url('custom.css');
-/* Use serif font for headings (a-la MediaWiki) */
-.article-wrapper h1, .article-wrapper h2, .content-wrapper .h1, .content-wrapper .h2 {
- font-family: var(--font-family-serif);
- font-weight: 400;
-}
-.article-sitesub {
- font-family: var(--font-family-serif);
- font-style: italic;
-}
-
/* Lowers the font size for H3, H4, H5, H6 */
.article-wrapper h3, .content-wrapper .h3 {
font-size: 1.75rem;
}
.article-wrapper h4, .content-wrapper .h4 {
@@ -58,5 +45,9 @@
background-color: rgba(255, 255, 255, 0.75);
}
.content-wrapper .highlighter-rouge {
border-radius: var(--card-border-radius);
}
+
+article img {
+ max-width: 100%;
+}
\ No newline at end of file