mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-23 22:00:38 -04:00
6 lines
63 B
JavaScript
6 lines
63 B
JavaScript
const theme = {
|
|
primary: '#006400'
|
|
};
|
|
|
|
export default theme;
|