From 4d6f68eddcae597fea6af6a7f8f8716378569643 Mon Sep 17 00:00:00 2001 From: Gucheng Wang Date: Mon, 3 Oct 2022 17:43:19 +0800 Subject: [PATCH] Improve footer and color --- web/craco.config.js | 2 +- web/src/App.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/craco.config.js b/web/craco.config.js index 59d04392..b8703bf5 100644 --- a/web/craco.config.js +++ b/web/craco.config.js @@ -43,7 +43,7 @@ module.exports = { options: { lessLoaderOptions: { lessOptions: { - modifyVars: {"@primary-color": "rgb(45,120,213)", "@border-radius-base": "5px"}, + modifyVars: {"@primary-color": "rgb(89,54,213)", "@border-radius-base": "5px"}, javascriptEnabled: true, }, }, diff --git a/web/src/App.js b/web/src/App.js index bd3e4b22..aa1d5785 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -682,7 +682,7 @@ class App extends Component { textAlign: "center", } }> - Made with ❤️ by Casdoor + Powered by {"Casdoor"} );