diff --git a/app/assets/css/main.css b/app/assets/css/main.css index 9ee189f..abb9d3c 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -248,6 +248,17 @@ p a, blockquote a { border-color: var(--border); } +/* ---- ACCENT TINT BLOCKS ---- */ +/* Faint accent fill + matching solid border. Replaces inline color-mix styles. */ +.tint-candle { + background: color-mix(in srgb, var(--candle) 15%, transparent); + border: 1px solid var(--candle); +} +.tint-ember { + background: color-mix(in srgb, var(--ember) 15%, transparent); + border: 1px solid var(--ember); +} + /* ---- SEGMENTED CONTROL (flush dashed-border groups) ---- */ /* Negative-margin overlap: every item keeps all 4 borders, siblings overlap by 1px, active item paints on top via z-index. */ diff --git a/app/components/EventSeriesTicketCard.vue b/app/components/EventSeriesTicketCard.vue index 1340f3c..b475430 100644 --- a/app/components/EventSeriesTicketCard.vue +++ b/app/components/EventSeriesTicketCard.vue @@ -63,8 +63,7 @@ class="flex items-start gap-3 p-3" >
{{ index + 1 }}
@@ -86,8 +85,7 @@
@@ -103,8 +101,7 @@
@@ -162,8 +159,7 @@
diff --git a/app/components/SeriesPassPurchase.vue b/app/components/SeriesPassPurchase.vue index fff5fd4..8569ed5 100644 --- a/app/components/SeriesPassPurchase.vue +++ b/app/components/SeriesPassPurchase.vue @@ -100,8 +100,7 @@