diff options
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index dcb43c1..d7eb27b 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -17,7 +17,8 @@ h1, h2, h3, h4, h5, h6 { body { background: rgba(173, 151, 56, 0.68); color: #f3f0e4; - font-family: Abel, 'Open Sans', sans-serif; } + font-family: Abel, 'Open Sans', sans-serif; + scroll-behavior: smooth; } body :visited { text-decoration: underline; } |