Update theme color.

This commit is contained in:
Haifeng Luo 2022-04-28 12:19:17 +08:00
parent f0ebe3c09a
commit 36f2787837
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module.exports = {
options: {
lessLoaderOptions: {
lessOptions: {
modifyVars: { '@primary-color': 'rgb(125,42,155)', '@primary-1': 'rgba(125,42,155,0.55)' },
modifyVars: { '@primary-color': 'rgb(92,48,125)', '@primary-1': 'rgba(92,48,125,0.55)' },
javascriptEnabled: true,
},
},