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/css/home.css | |
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/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; } |