diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-08-25 22:55:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-25 22:55:25 +0200 |
commit | 22e46ebad84111f2a0eeb935ec05ba44a99ab2ba (patch) | |
tree | b9d96742ce816c4ff028538634de2a8c8a07e48c /config | |
parent | cd049454be9cb8bf5fb6bc5316539432316033aa (diff) |
Add theme identifier to body classes for easier custom CSS styling (#8439)
Add forgotten custom CSS admin setting strings
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 5e127dc71..d8a1086e4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -350,6 +350,9 @@ en: contact_information: email: Business e-mail username: Contact username + custom_css: + desc_html: Modify the look with CSS loaded on every page + title: Custom CSS hero: desc_html: Displayed on the frontpage. At least 600x100px recommended. When not set, falls back to instance thumbnail title: Hero image |