diff --git a/setup/doctype/company/company.py b/setup/doctype/company/company.py index 03ab4396ab5..1835bf9ba77 100644 --- a/setup/doctype/company/company.py +++ b/setup/doctype/company/company.py @@ -94,6 +94,7 @@ class DocType: }) website_settings.save() style_settings = webnotes.bean("Style Settings", "Style Settings") + style_settings.doc.top_bar_background = "F2F2F2" style_settings.doc.font_size = "15px" style_settings.save() diff --git a/setup/doctype/company/sample_home_page.html b/setup/doctype/company/sample_home_page.html index 32e58bd5409..d6a05195b93 100644 --- a/setup/doctype/company/sample_home_page.html +++ b/setup/doctype/company/sample_home_page.html @@ -1,4 +1,4 @@ -
This is a sample home page for your company %(name)s's website. This was created from the Website Module inside ERPNext. ERPNext provides you with simple @@ -19,4 +19,7 @@ erpnext.com website is built on ERPNext itself.
-For more help, click here
++ +
For more help, + click here