github.com/square/finch@v0.0.0-20240412205204-6530c03e2b96/docs/static/custom.css (about) 1 html {scroll-behavior: auto;} /* No animated scrolling on link click */ 2 code {overflow-x: scroll;} /* Horizontal scrolling for long code blocks */ 3 4 :root, 5 :root[color-theme="light"], 6 :root[color-theme="dark"] 7 { 8 --mark-color: lightyellow; 9 } 10 11 .tagline { 12 font-style: italic; 13 } 14 15 table.compact.params { 16 width: auto !important; 17 } 18 19 .gdoc-markdown h3 > code { 20 border: none !important; 21 background-color: unset !important; 22 font-size: 0.9em !important; 23 }