Added smooth scrolling
This commit is contained in:
parent
d558d17652
commit
c5c72b4ce2
|
@ -1,6 +1,10 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400&display=swap');
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #111;
|
||||
color: #eee;
|
||||
|
|
Loading…
Reference in New Issue