main
alexanderroese 2024-06-17 22:53:46 +02:00
parent f61e2007a6
commit 871b9f959a
1 changed files with 4 additions and 0 deletions

View File

@ -263,10 +263,14 @@
custom code custom code
{% endcomment %} {% endcomment %}
{% if window.location.pathname == "/pages/contact" %}
.header-wrapper { .header-wrapper {
background-color: yellow !important; background-color: yellow !important;
} }
{% endif %}
{% endstyle %} {% endstyle %}
{{ 'base.css' | asset_url | stylesheet_tag }} {{ 'base.css' | asset_url | stylesheet_tag }}