From ee2390fdaf0f4c77469ab739e7973918abf6d899 Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Wed, 11 Jan 2023 10:31:19 +0000 Subject: [PATCH] [IMP] odoo_theme: Fix text-dark on homepage While doing the changes on the text-dark issue, we noticed the homepage's text color isn't aligned with the rest of the website. `.text-muted` was too light, so we changed it to `.text-dark`. Part-of: odoo/documentation#3315 --- .../odoo_theme/layout_templates/homepage.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/extensions/odoo_theme/layout_templates/homepage.html b/extensions/odoo_theme/layout_templates/homepage.html index ea8fc48a0..32c2500e4 100644 --- a/extensions/odoo_theme/layout_templates/homepage.html +++ b/extensions/odoo_theme/layout_templates/homepage.html @@ -6,8 +6,8 @@

{{ _("User Docs") }}

-

{{ _("Discover our guide to help you use and configure the platform, by applications.") }}

-
{{ _("Top Apps") }}
+

{{ _("Discover our guide to help you use and configure the platform, by applications.") }}

+
{{ _("Top Apps") }}

{{ _("Install and Maintain") }}

-

{{ _("Learn how to install, deploy and upgrade Odoo on premise or on Odoo.sh.") }}

-
{{ _("Top Links") }}
+

{{ _("Learn how to install, deploy and upgrade Odoo on premise or on Odoo.sh.") }}

+
{{ _("Top Links") }}
  • @@ -62,8 +62,8 @@

    {{ _("Developer") }}

    -

    {{ _("Learn to develop in Odoo by reading the framework references and programmer tutorials.") }}

    -
    {{ _("Top Links") }}
    +

    {{ _("Learn to develop in Odoo by reading the framework references and programmer tutorials.") }}

    +
    {{ _("Top Links") }}

    {{ _("Contributing") }}

    -

    {{ _("You want to contribute to Odoo but don't know where to start? The tutorials and guidelines are there to help you make Odoo even better.") }}

    -
    {{ _("Top Links") }}
    +

    {{ _("You want to contribute to Odoo but don't know where to start? The tutorials and guidelines are there to help you make Odoo even better.") }}

    +
    {{ _("Top Links") }}