From 25b0cf05ee5d681e245822ebca47249ee12d14fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Wed, 24 Jan 2024 17:54:15 +0100 Subject: [PATCH] font in search bar --- .../templates/styleguide2/includes/organisms/layout/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/templates/styleguide2/includes/organisms/layout/navbar.html b/shared/templates/styleguide2/includes/organisms/layout/navbar.html index ee7291fc..b5501d06 100644 --- a/shared/templates/styleguide2/includes/organisms/layout/navbar.html +++ b/shared/templates/styleguide2/includes/organisms/layout/navbar.html @@ -41,7 +41,7 @@ </div> <form method="GET" action="{{ page.root_page.search_page.url }}"> - {% include 'styleguide2/includes/atoms/form_fields/form_input.html' with placeholder='Hledej' classes='text-black px-2 py-1 w-80' name='q' value=global_search_query %} + {% include 'styleguide2/includes/atoms/form_fields/form_input.html' with placeholder='Hledej' classes='font-condensed text-black px-2 py-1 w-80' name='q' value=global_search_query %} </form> </div> <!-- END Social media --> -- GitLab