mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2026-04-05 00:01:02 +02:00
9 lines
193 B
CSS
9 lines
193 B
CSS
:root {
|
|
/**
|
|
* @tokens Accent Primary colors
|
|
* @presenter Color
|
|
*/
|
|
--color-accent-primary-900: #000870;
|
|
--color-accent-primary-500: #000a8c;
|
|
--color-accent-primary-100: #e6e7f4;
|
|
}
|