Improve footer and color

This commit is contained in:
Gucheng Wang
2022-10-03 17:43:19 +08:00
parent 67f3c5a489
commit 4d6f68eddc
2 changed files with 2 additions and 2 deletions

View File

@ -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,
},
},