/* style.css - canonical shape-standard entry. The real styles live at /assets/styles.css;
   this pulls them in by absolute URL so url() bases and cascade order are preserved. ASCII only. */
@import url("/assets/styles.css");

/* themed-scrollbar v1 (virginsolar.us) */
* { scrollbar-width: thin; scrollbar-color: #0b6b3a #22312a; }
::-webkit-scrollbar { width: 13px; height: 13px; }
::-webkit-scrollbar-track { background: #22312a; }
::-webkit-scrollbar-thumb { background: #0b6b3a; border-radius: 7px; border: 2px solid #22312a; }
::-webkit-scrollbar-thumb:hover { background: #f5b301; }
::-webkit-scrollbar-corner { background: #22312a; }
