added smooth scroll to default stylesheet
This commit is contained in:
parent
24919171ad
commit
404e951651
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
--main-small-text-color: rgba(255, 255, 255, 0.45);
|
--main-small-text-color: rgba(255, 255, 255, 0.45);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue