This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
casbin
/
caswire
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Improve theme color
master
Yang Luo
2 years ago
parent
d2eff3e4d6
commit
bb7ef4544a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web/craco.config.js
+ 1
- 1
web/craco.config.js
View File
@@ -7,7 +7,7 @@ module.exports = {
options: {
lessLoaderOptions: {
lessOptions: {
modifyVars: {
'@primary-color': 'rgb(45,120,213)'
},
modifyVars: {
"@primary-color": "rgb(89,54,213)", "@border-radius-base": "5px"
},
javascriptEnabled: true,
},
},
Write
Preview
Loading…
Cancel
Save