修改链接;取消加载链接时更改标题栏;开启“平滑滚动”;

This commit is contained in:
2019-09-11 15:03:56 +08:00
parent d97897ca60
commit 512d16a3b2
4 changed files with 187 additions and 167 deletions

View File

@@ -23,6 +23,10 @@
/* global */
html {
scroll-behavior: smooth;
}
body {
background: #F9F9F9;
color: #222;
@@ -37,6 +41,7 @@ body {
/* text-transform: lowercase; */
width: 30em;
overflow-x: hidden;
scroll-behavior: smooth;
}
a {