aboutsummaryrefslogtreecommitdiff
path: root/assets/css/home.css
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2018-01-06 10:46:53 +0100
committerhellekin <hellekin@cepheide.org>2018-01-06 10:46:53 +0100
commit66caa9f870dbf7a6c4fb14827761942031b1cf0c (patch)
treef554e07372343dc47dae02ca776d05241edfebc3 /assets/css/home.css
parent39f3f2b2519ec0de27a53f9237080718a01491fb (diff)
downloadlesoiseaux.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.css3
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; }