/* style.css - shape-standard entry for the knowledge base.
   The KB's own styling lives in /assets/kb.css; this file exists so the KB
   conforms to the site shape standard (style.css + jquery + jquery-ui +
   blueimp). ASCII only, NO TOFU. */
* { scrollbar-width: thin; }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-thumb { border-radius: 6px; }

