style: update internal pages theme to Milestone branding (#00458a deep blue + gold accents)

This commit is contained in:
root
2026-02-16 06:33:06 +01:00
parent 213b115524
commit 96249e0833
5 changed files with 45 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ module.exports = {
less: {
modifyVars: {
/* less 变量覆盖,用于自定义 ant design 主题 */
'primary-color': '#1890FF',
'primary-color': '#00458a',
'link-color': '#1890FF',
'border-radius-base': '4px'
},