Add custom dark theme with Fichero brand blue accent
Replace Bootstrap default dark grays and hardcoded colors with a design-token system: surface levels, ink hierarchy, logo blue (#07addf) as the single accent, mark-feed red for print indicators. Card browsers get rounded corners, subtle borders, and hover-reveal action buttons.
This commit is contained in:
@@ -595,14 +595,14 @@
|
||||
<style>
|
||||
canvas {
|
||||
image-rendering: pixelated;
|
||||
border: 1px solid #6d6d6d;
|
||||
border: 1px solid var(--border-emphasis);
|
||||
max-width: 100%;
|
||||
}
|
||||
canvas.print-start-left {
|
||||
border-left: 2px solid #ff4646;
|
||||
border-left: 2px solid var(--mark-feed);
|
||||
}
|
||||
canvas.print-start-top {
|
||||
border-top: 2px solid #ff4646;
|
||||
border-top: 2px solid var(--mark-feed);
|
||||
}
|
||||
.progress-bar {
|
||||
transition: none;
|
||||
|
||||
Reference in New Issue
Block a user