mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2026-04-10 11:21:52 +02:00
9 lines
193 B
CSS
9 lines
193 B
CSS
:root {
|
|
/**
|
|
* @tokens Accent Primary colors
|
|
* @presenter Color
|
|
*/
|
|
--color-accent-primary-900: #191952;
|
|
--color-accent-primary-500: #1f1f66;
|
|
--color-accent-primary-100: #e9e9f0;
|
|
}
|