<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --background-color: #f3f3f0;
    --text-color: #222;
    --border-color: #aaa;
    --legend-color: #666;
    --link-color:#4faaff;
    --half-white-color:#e8e5e2;
    --lightbox-color: rgba(0, 0, 0, 0.95);
    --lightbox-img-color: white;
}

* {
    cursor: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'&gt;&lt;rect width='12' height='12' fill='%23222'/&gt;&lt;/svg&gt;") 6 6, auto;
}</pre></body></html>