feat: change css to use single brand color, only new browsers support

This commit is contained in:
2026-02-12 17:33:38 +05:00
parent 95d7c81cdf
commit caf53e1903
22 changed files with 1922 additions and 201 deletions
@@ -33,7 +33,6 @@
<style>
.panel-indicator {
font-size: 13px;
color: var(--text-secondary);
font-weight: 500;
min-width: 50px;
text-align: center;
+2 -3
View File
@@ -78,7 +78,7 @@
<div class="panel-actions">
<Button label="Скачать всё" ariaLabel="Download all" icon={Download} onclick={downloadAll} />
<Button label="Скачать" ariaLabel="Download current" type="outline" icon={Download} onclick={downloadCurrent} />
<Button label="Скачать" ariaLabel="Download current" type="secondary" icon={Download} onclick={downloadCurrent} />
</div>
</div>
</Card>
@@ -92,7 +92,7 @@
}
.panel-display {
background: var(--bg-secondary);
background: var(--surface-subtle);
border-radius: var(--radius);
padding: 20px;
display: flex;
@@ -110,7 +110,6 @@
.empty-state {
text-align: center;
padding: 32px 16px;
color: var(--text-tertiary);
}
.empty-state :global(svg) {