diff --git a/src/assets/css/bootstrap.css b/src/assets/css/bootstrap.css index ee48a38..e33ec3d 100644 --- a/src/assets/css/bootstrap.css +++ b/src/assets/css/bootstrap.css @@ -291,10 +291,7 @@ a { color: #1B242F; text-decoration: none; } -a:hover, -a:focus { - color: #E74C3C; -} + a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index a918933..64c76a1 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -3,7 +3,7 @@ import { getConfig } from '../../utils/config' import '../assets/css/bootstrap.css' import '../assets/css/theme-style.css' const config = getConfig(Astro) -const {desc = '霍尔果斯飞驰广告传媒有限公司是一家充满活力和创新精神的互联网企业,专注于为客户提供卓越的数字化解决方案。我们秉承以客户为中心的理念,致力于通过创新技术和策略,助力企业实现数字化转型与品牌升级,共同开创更加美好的未来。', title = '霍尔果斯霍尔果斯飞驰广告传媒有限公司', keyword = '霍尔果斯霍尔果斯飞驰广告传媒有限公司'} = Astro.props +const {desc = '霍尔果斯飞驰广告传媒有限公司是一家充满活力和创新精神的互联网企业,专注于为客户提供卓越的数字化解决方案。我们秉承以客户为中心的理念,致力于通过创新技术和策略,助力企业实现数字化转型与品牌升级,共同开创更加美好的未来。', title = '霍尔果斯霍尔果斯飞驰广告传媒有限公司', keywords = '霍尔果斯霍尔果斯飞驰广告传媒有限公司'} = Astro.props --- @@ -15,7 +15,7 @@ const {desc = '霍尔果斯飞驰广告传媒有限公司是一家充满活力