mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2026-04-05 00:01:02 +02:00
12 lines
348 B
CSS
12 lines
348 B
CSS
:root {
|
|
/**
|
|
* @tokens Accent Primary colors
|
|
* @presenter Color
|
|
*/
|
|
--color-accent-primary-900: #000000;
|
|
--color-accent-primary-500: #000;
|
|
--color-accent-primary-100: #e6e6e6;
|
|
|
|
--font-family: "Public Sans", "Roboto Mono", arial, georgia, sans-serif;
|
|
--font-family-narrow: "Public Sans", "Roboto Mono", arial, georgia, sans-serif;
|
|
}
|