Update website colors and add disclaimers about expression
Modify CSS variables for a politically neutral color palette and inject disclaimer text across multiple pages to clarify that the platform captures citizen expression rather than established truth. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 923ae0e3-a363-4db8-b04a-e8baca2a1330 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: a6455e51-215a-43d1-a452-a445436b0317 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8af7d2ec-2cc3-4ece-8af3-9f071488d072/923ae0e3-a363-4db8-b04a-e8baca2a1330/UL3T8eF Replit-Helium-Checkpoint-Created: true
This commit is contained in:
@@ -77,55 +77,55 @@
|
||||
--elevate-1: rgba(0,0,0, .03);
|
||||
--elevate-2: rgba(0,0,0, .08);
|
||||
|
||||
/* Deep paper/parchment tone */
|
||||
--background: 40 20% 96%;
|
||||
--foreground: 220 30% 12%;
|
||||
/* Warm parchment tone */
|
||||
--background: 40 15% 96%;
|
||||
--foreground: 200 20% 14%;
|
||||
|
||||
--border: 40 10% 85%;
|
||||
--input: 40 10% 85%;
|
||||
--ring: 220 80% 25%;
|
||||
--ring: 185 42% 28%;
|
||||
|
||||
/* White-ish cards with slight warmth */
|
||||
--card: 40 20% 99%;
|
||||
--card-foreground: 220 30% 12%;
|
||||
--card-foreground: 200 20% 14%;
|
||||
--card-border: 40 15% 90%;
|
||||
|
||||
--popover: 40 20% 99%;
|
||||
--popover-foreground: 220 30% 12%;
|
||||
--popover-foreground: 200 20% 14%;
|
||||
--popover-border: 40 15% 90%;
|
||||
|
||||
/* Deep French Blue */
|
||||
--primary: 220 80% 25%;
|
||||
/* Deep petrol — neutre, sans connotation partisane */
|
||||
--primary: 185 42% 28%;
|
||||
--primary-foreground: 0 0% 100%;
|
||||
|
||||
/* Warm paper accent */
|
||||
--secondary: 40 25% 90%;
|
||||
--secondary-foreground: 220 80% 25%;
|
||||
--secondary: 40 20% 90%;
|
||||
--secondary-foreground: 185 42% 28%;
|
||||
|
||||
--muted: 40 15% 92%;
|
||||
--muted-foreground: 220 15% 45%;
|
||||
--muted: 40 12% 92%;
|
||||
--muted-foreground: 200 12% 45%;
|
||||
|
||||
--accent: 40 25% 90%;
|
||||
--accent-foreground: 220 80% 25%;
|
||||
--accent: 40 20% 90%;
|
||||
--accent-foreground: 185 42% 28%;
|
||||
|
||||
/* Warm French Red */
|
||||
--destructive: 350 70% 40%;
|
||||
/* Warm amber-red (alertes uniquement) */
|
||||
--destructive: 12 65% 40%;
|
||||
--destructive-foreground: 0 0% 100%;
|
||||
|
||||
--sidebar: 40 20% 96%;
|
||||
--sidebar-foreground: 220 30% 12%;
|
||||
--sidebar: 40 15% 96%;
|
||||
--sidebar-foreground: 200 20% 14%;
|
||||
--sidebar-border: 40 10% 85%;
|
||||
--sidebar-primary: 220 80% 25%;
|
||||
--sidebar-primary: 185 42% 28%;
|
||||
--sidebar-primary-foreground: 0 0% 100%;
|
||||
--sidebar-accent: 40 25% 90%;
|
||||
--sidebar-accent-foreground: 220 80% 25%;
|
||||
--sidebar-ring: 220 80% 25%;
|
||||
--sidebar-accent: 40 20% 90%;
|
||||
--sidebar-accent-foreground: 185 42% 28%;
|
||||
--sidebar-ring: 185 42% 28%;
|
||||
|
||||
--chart-1: 220 80% 25%;
|
||||
--chart-2: 350 70% 40%;
|
||||
--chart-3: 40 15% 40%;
|
||||
--chart-4: 200 40% 40%;
|
||||
--chart-5: 25 70% 45%;
|
||||
--chart-1: 185 42% 28%;
|
||||
--chart-2: 30 65% 42%;
|
||||
--chart-3: 155 30% 38%;
|
||||
--chart-4: 210 25% 45%;
|
||||
--chart-5: 50 55% 42%;
|
||||
|
||||
--app-font-sans: 'Inter', sans-serif;
|
||||
--app-font-serif: 'Bahnschrift', 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', ui-sans-serif, sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user