| | @import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&family=Source+Code+Pro:wght@200..900&display=swap"); |
| |
|
| | @import "tailwindcss"; |
| |
|
| | :root { |
| | --card: #b0b0b0; |
| | --ring: #b71c1c; |
| | --input: #505050; |
| | --muted: #b8b8b8; |
| | --accent: #4682b4; |
| | --border: #505050; |
| | --radius: 0px; |
| | --chart-1: #b71c1c; |
| | --chart-2: #556b2f; |
| | --chart-3: #4682b4; |
| | --chart-4: #ff6f00; |
| | --chart-5: #8d6e63; |
| | --popover: #b0b0b0; |
| | --primary: #b71c1c; |
| | --sidebar: #b0b0b0; |
| | --spacing: 0.25rem; |
| | --font-mono: "Source Code Pro", monospace; |
| | --font-sans: "Oxanium", sans-serif; |
| | --secondary: #556b2f; |
| | --background: #cccccc; |
| | --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; |
| | --foreground: #1f1f1f; |
| | --destructive: #ff6f00; |
| | --shadow-blur: 4px; |
| | --shadow-color: hsl(0 0% 0%); |
| | --sidebar-ring: #b71c1c; |
| | --shadow-spread: 0px; |
| | --letter-spacing: 0em; |
| | --shadow-opacity: 0.4; |
| | --sidebar-accent: #4682b4; |
| | --sidebar-border: #505050; |
| | --card-foreground: #1f1f1f; |
| | --shadow-offset-x: 0px; |
| | --shadow-offset-y: 2px; |
| | --sidebar-primary: #b71c1c; |
| | --muted-foreground: #4a4a4a; |
| | --accent-foreground: #ffffff; |
| | --popover-foreground: #1f1f1f; |
| | --primary-foreground: #ffffff; |
| | --sidebar-foreground: #1f1f1f; |
| | --secondary-foreground: #ffffff; |
| | --destructive-foreground: #000000; |
| | --sidebar-accent-foreground: #ffffff; |
| | --sidebar-primary-foreground: #ffffff; |
| | } |
| |
|
| | .dark { |
| | --card: #2a2a2a; |
| | --ring: #e53935; |
| | --input: #4a4a4a; |
| | --muted: #252525; |
| | --accent: #64b5f6; |
| | --border: #4a4a4a; |
| | --radius: 0px; |
| | --chart-1: #e53935; |
| | --chart-2: #689f38; |
| | --chart-3: #64b5f6; |
| | --chart-4: #ffa000; |
| | --chart-5: #a1887f; |
| | --popover: #2a2a2a; |
| | --primary: #e53935; |
| | --sidebar: #141414; |
| | --spacing: 0.25rem; |
| | --font-mono: "Source Code Pro", monospace; |
| | --font-sans: "Oxanium", sans-serif; |
| | --secondary: #689f38; |
| | --background: #1a1a1a; |
| | --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; |
| | --foreground: #e0e0e0; |
| | --destructive: #ffa000; |
| | --shadow-blur: 5px; |
| | --shadow-color: hsl(0 0% 0%); |
| | --sidebar-ring: #e53935; |
| | --shadow-spread: 0px; |
| | --letter-spacing: 0em; |
| | --shadow-opacity: 0.6; |
| | --sidebar-accent: #64b5f6; |
| | --sidebar-border: #4a4a4a; |
| | --card-foreground: #e0e0e0; |
| | --shadow-offset-x: 0px; |
| | --shadow-offset-y: 2px; |
| | --sidebar-primary: #e53935; |
| | --muted-foreground: #a0a0a0; |
| | --accent-foreground: #000000; |
| | --popover-foreground: #e0e0e0; |
| | --primary-foreground: #ffffff; |
| | --sidebar-foreground: #e0e0e0; |
| | --secondary-foreground: #000000; |
| | --destructive-foreground: #000000; |
| | --sidebar-accent-foreground: #000000; |
| | --sidebar-primary-foreground: #ffffff; |
| | } |
| |
|
| | @theme inline { |
| | --color-card: var(--card); |
| | --color-ring: var(--ring); |
| | --color-input: var(--input); |
| | --color-muted: var(--muted); |
| | --color-accent: var(--accent); |
| | --color-border: var(--border); |
| | --color-chart-1: var(--chart-1); |
| | --color-chart-2: var(--chart-2); |
| | --color-chart-3: var(--chart-3); |
| | --color-chart-4: var(--chart-4); |
| | --color-chart-5: var(--chart-5); |
| | --color-popover: var(--popover); |
| | --color-primary: var(--primary); |
| | --color-sidebar: var(--sidebar); |
| | --color-secondary: var(--secondary); |
| | --color-background: var(--background); |
| | --color-foreground: var(--foreground); |
| | --color-destructive: var(--destructive); |
| | --color-sidebar-ring: var(--sidebar-ring); |
| | --color-sidebar-accent: var(--sidebar-accent); |
| | --color-sidebar-border: var(--sidebar-border); |
| | --color-card-foreground: var(--card-foreground); |
| | --color-sidebar-primary: var(--sidebar-primary); |
| | --color-muted-foreground: var(--muted-foreground); |
| | --color-accent-foreground: var(--accent-foreground); |
| | --color-popover-foreground: var(--popover-foreground); |
| | --color-primary-foreground: var(--primary-foreground); |
| | --color-sidebar-foreground: var(--sidebar-foreground); |
| | --color-secondary-foreground: var(--secondary-foreground); |
| | --color-destructive-foreground: var(--destructive-foreground); |
| | --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); |
| | --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); |
| | --radius-sm: calc(var(--radius) - 4px); |
| | --radius-md: calc(var(--radius) - 2px); |
| | --radius-lg: var(--radius); |
| | --radius-xl: calc(var(--radius) + 4px); |
| | --font-sans: var(--font-sans); |
| | --font-mono: var(--font-mono); |
| | --font-serif: var(--font-serif); |
| | --spacing: var(--spacing); |
| | } |
| |
|
| | * { |
| | box-sizing: border-box; |
| | border-color: var(--border); |
| | } |
| |
|
| | body { |
| | font-family: var(--font-sans); |
| | background: var(--background); |
| | color: var(--foreground); |
| | -webkit-font-smoothing: antialiased; |
| | -moz-osx-font-smoothing: grayscale; |
| | } |
| |
|
| | |
| | .mapboxgl-ctrl-logo, |
| | .mapboxgl-ctrl-attrib { |
| | display: none !important; |
| | } |
| |
|