main
alexanderroese 2024-06-17 23:03:30 +02:00
parent b1716b8958
commit b460ba39b2
1 changed files with 9 additions and 1 deletions

View File

@ -258,6 +258,14 @@
font-size: 1.6rem;
}
}
{% if page.url == "/pages/contact" %}
.header-wrapper {
background-color: #1B9CFC;
}
{% endif %}
{% endstyle %}
{{ 'base.css' | asset_url | stylesheet_tag }}
@ -309,7 +317,7 @@
<script>
var pageInfo = {
url: "{{ page.url }}",
url: "test {{ page.url }}",
title: "{{ page.title }}",
handle: "{{ page.handle }}"
// Add more properties as needed