Sha256: a4ace8dcb8ddb04fd832ba75ad50de63f273b977be3c48b3a63b894cf66ecae9

Contents?: true

Size: 1.48 KB

Versions: 2

Compression:

Stored size: 1.48 KB

Contents

/* TODO: Add your CSS here (Jekyll will override it) */
:root {
  --font-family-sans: "Segoe UI Variable Text", -apple-system, BlinkMacSystemFont, Inter, "Segoe UI", Cantarell, "Open Sans", "Noto Sans", Piboto, Ubuntu, "Roboto Flex", Roboto, Helvetica, FreeSans, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Noto Emoji";
  --font-family-sans-display: "Segoe UI Variable Display", -apple-system, BlinkMacSystemFont, Inter, "Segoe UI", Cantarell, "Open Sans", "Noto Sans", Piboto, Ubuntu, "Roboto Flex", Roboto, Helvetica, FreeSans, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Noto Emoji";
  --font-family-serif: ui-serif, "Linux Libertine", 'Linux Libertine O', "Roboto Serif", Georgia, "Noto Serif", "Times New Roman", Times, serif;
  --font-family-serif-display: ui-serif, "Linux Libertine Display", 'Linux Libertine Display O', "Roboto Serif", Georgia, "Noto Serif", "Times New Roman", Times, serif;
  --heading-font-weight: 700;
}
body {
  font-family: var(--font-family-sans);
}

/* Custom icon for panel open and close */ 
.page-wrapper .ham-menu-button-icon-open {
  display: none;
}
.page-wrapper[data-sidebar-hidden="hidden"] .ham-menu-button-icon-open {
  display: block;
}
.page-wrapper[data-sidebar-hidden="hidden"] .ham-menu-button-icon-close {
  display: none;
}

/* Make code previews rounded */
.highlight, pre.highlight {
  border-radius: var(--base-border-radius);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-ham-1.0.2 assets/main.css
jekyll-ham-1.0.1 assets/main.css