修改链接;取消加载链接时更改标题栏;开启“平滑滚动”;
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user