diff options
author | hellekin <hellekin@cepheide.org> | 2018-01-06 10:46:53 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-01-06 10:46:53 +0100 |
commit | 66caa9f870dbf7a6c4fb14827761942031b1cf0c (patch) | |
tree | f554e07372343dc47dae02ca776d05241edfebc3 /assets/scss/home.scss | |
parent | 39f3f2b2519ec0de27a53f9237080718a01491fb (diff) | |
download | lesoiseaux.io-66caa9f870dbf7a6c4fb14827761942031b1cf0c.tar.gz |
Allow passing ?lang=en to switch to English (or fr for French)
Diffstat (limited to 'assets/scss/home.scss')
-rw-r--r-- | assets/scss/home.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/scss/home.scss b/assets/scss/home.scss index 1641c7d..456f111 100644 --- a/assets/scss/home.scss +++ b/assets/scss/home.scss @@ -23,6 +23,7 @@ body { background: rgba(173, 151, 56, 0.68); color: #f3f0e4; font-family: Abel, 'Open Sans', sans-serif; + scroll-behavior: smooth; :visited { text-decoration: underline; |