diff --git a/README.md b/README.md index a1d9fe2..ee8e32b 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ ## 案例成果 [Lenny's Web](https://lennychen.top) +[苍镜月's docs](https://pale-illusions.github.io/my-mkdocs/) ## Star History diff --git a/docs/blog/posts/update2024.md b/docs/blog/posts/update2024.md index 814a512..32364c3 100644 --- a/docs/blog/posts/update2024.md +++ b/docs/blog/posts/update2024.md @@ -6,6 +6,10 @@ categories: - 网站更新记录 readtime: 2 --- +##
+* 优化网站流畅度(玄学) + + ##
* 优化网站流畅度(玄学) * 优化了网站的UI和访问速度,启用 CDN 加速 diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index e2ca23f..0363cf9 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -474,17 +474,11 @@ font-size: 30px; /* 添加过渡效果 */ -* { +/* * { transition-property: color, background-color; - /* 设置过渡的属性 */ transition-duration: 0.3s; - /* 设置过渡的时间 */ transition-timing-function: cubic-bezier(0.01, 0.34, 0.9, 1.14); - /* 设置过渡的缓动函数 */ } - -/*取消导航栏的背景色和阴影*/ -/*因为左右侧导航栏(目录)的开头背景色是独立的,这里特殊处理一下*/ @media screen and (min-width: 76.25em) { .md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link, @@ -492,7 +486,7 @@ font-size: 30px; background: none; box-shadow: none; } -} +} */ /*上面是过渡效果*/