<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    --text-main: black;
    --text-secondary: #4a4a4a;
    --text-tertiary: #666;
    --text-highlight-color: coral;
    --table-bg-subtle: #f8f9fa;
}

.sidebar-btn:before{
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(0,0,0,.5)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.themed-text{
    color: black;
}
</pre></body></html>