mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2026-04-24 22:31:06 +02:00
11 lines
329 B
CSS
11 lines
329 B
CSS
:root {
|
|
/**
|
|
* @tokens Accent Primary colors
|
|
* @presenter Color
|
|
*/
|
|
--color-accent-primary-900: #000a80;
|
|
--color-accent-primary-500: #000f94;
|
|
--color-accent-primary-100: #88bbdd;
|
|
--font-family: "Roboto", arial, georgia, serif;
|
|
--font-family-narrow: "Roboto Condensed", "Arial Condensed", arial, georgia, serif;
|
|
}
|