4 lines
83 B
CSS
4 lines
83 B
CSS
/* Elk brand colors for light and dark modes */
|
|
:root {
|
|
--ui-primary: #f0943c;
|
|
}
|