Sha256: ee3bfee391f9035883fb34b3900cd1f2b3573a8d9c4f68b885b116d01e1dad43
Contents?: true
Size: 1.55 KB
Versions: 3
Compression:
Stored size: 1.55 KB
Contents
:root { --font-family-serif: 'Linux Libertine', 'Linux Libertine Display O', Georgia, 'Noto Serif', 'Times New Roman', Times, serif; --heading-font-weight: 700; } /* 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 { font-size: 1.5rem; } .article-wrapper h5, .content-wrapper .h5 { font-size: 1.25rem; } .article-wrapper h6, .content-wrapper .h6 { font-size: 1rem; } /* Removes list styling for .task-list */ .task-list { list-style-type: none; } .task-list-item-checkbox { margin-right: 0.5rem; } /* Make syntax highlighter */ .content-wrapper pre { word-wrap: normal; padding: 20px; border-radius: 4px; white-space:pre; transform:translate3d(0, 0, 0); overflow-x:auto; -webkit-overflow-scrolling:touch; word-wrap:normal; -moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; -ms-tab-size:4; tab-size:4; } .content-wrapper pre::-webkit-scrollbar-thumb { background-color: rgba(255, 255, 255, 0.5); } .content-wrapper pre::-webkit-scrollbar-thumb:hover { background-color: rgba(255, 255, 255, 0.75); } .content-wrapper .highlighter-rouge { border-radius: var(--card-border-radius); }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-ham-0.1.5 | assets/default.css |
jekyll-ham-0.1.4 | assets/default.css |
jekyll-ham-0.1.3 | assets/default.css |