Sha256: 6d0c8f05cc1657307a0cc47e128d00b6695eac29b70c0640adbeb507628fc084
Contents?: true
Size: 1.19 KB
Versions: 7
Compression:
Stored size: 1.19 KB
Contents
// // Base element style overrides // // stylelint-disable selector-no-type, selector-max-type * { box-sizing: border-box; } ::selection { background: var(--selection-color); } html { @include fs-4; scroll-behavior: smooth; } body { font-family: $body-font-family; font-size: inherit; line-height: $body-line-height; color: var(--body-text-color); background-color: var(--body-background-color); } ol, ul, dl, pre, address, blockquote, table, div, hr, form, fieldset, noscript .table-wrapper { margin-top: 0; } h1, h2, h3, h4, h5, h6 { // margin-top: 0; // margin-bottom: 1em; font-weight: 500; line-height: $body-heading-line-height; color: var(--small-heading-color); } p { margin-top: 1em; margin-bottom: 1em; } code { font-family: $mono-font-family; font-size: 0.75em; line-height: $body-line-height; } figure, pre { margin: 0; } ul { margin-bottom: 0; padding: $sp-2; li { padding: $sp-1; list-style-type: none !important; &::before { content: "" !important; } } } img { max-width: 100%; height: auto; } hr { height: 1px; padding: 0; margin: $sp-6 0; background-color: var(--accent-light-color); border: 0; }
Version data entries
7 entries across 7 versions & 3 rubygems