Skip to content

Commit

Permalink
feat: Adds new logo & changes theme primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
neomorphic committed Dec 2, 2024
1 parent e95b66d commit f076753
Show file tree
Hide file tree
Showing 6 changed files with 929 additions and 86 deletions.
17 changes: 17 additions & 0 deletions website/craco.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
const CracoLessPlugin = require('craco-less');

module.exports = {
plugins: [
{
plugin: CracoLessPlugin,
options: {
lessLoaderOptions: {
lessOptions: {
modifyVars: { '@primary-color': '#42BCA9' },
javascriptEnabled: true,
},
},
},
},
],
};
Loading

0 comments on commit f076753

Please sign in to comment.