<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    --text-main: #adb5bd;
    --text-secondary: #98a0a7;
    --text-tertiary: #777d82;
    --text-highlight-color: red;
    --table-bg-subtle: #2a2f35;
}

.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(173,181,189,.8)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}</pre></body></html>