diff --git a/src/site/pug/privacy.pug.template b/src/site/pug/privacy.pug.template index 85c24d0..090386b 100644 --- a/src/site/pug/privacy.pug.template +++ b/src/site/pug/privacy.pug.template @@ -87,7 +87,7 @@ html section h2 Exporting or deleting your data p. - Since Bibliogram does not associate any stored data with a user + Since Bibliogram does not associate any data with a user identifier, we cannot export or delete "your" data since we have no concept of "you". diff --git a/src/site/sass/main.sass b/src/site/sass/main.sass index d318eb4..afd2c6b 100644 --- a/src/site/sass/main.sass +++ b/src/site/sass/main.sass @@ -467,6 +467,13 @@ body a, a:visited color: #ffb8b8 + code + font-size: 0.8em + background-color: #141414 + padding: 3px 5px + border-radius: 5px + color: #eee + .return-home line-height: 1 margin-top: 45px