diff --git a/.dumi/theme/builtins/HomePage/components/Banner/index.module.less b/.dumi/theme/builtins/HomePage/components/Banner/index.module.less index 275bd6b14..a313170f3 100644 --- a/.dumi/theme/builtins/HomePage/components/Banner/index.module.less +++ b/.dumi/theme/builtins/HomePage/components/Banner/index.module.less @@ -35,6 +35,7 @@ font-size: 32px; color: var(--theme-slogan-color); opacity: 0.65; + white-space: nowrap; } .btn { @@ -98,7 +99,7 @@ filter: brightness(0.8) contrast(1.5) saturate(5); } .slogan { - color: #ccc; + color: #ccc !important; } .link { border-color: #ccc;