From 81c2d6e95c488ab8419c341b3ae8f260dfe55d47 Mon Sep 17 00:00:00 2001 From: Danielle De Leo Date: Wed, 16 Jul 2025 11:14:56 -0400 Subject: [PATCH] Footer: Make background white Reduced "Last modified" section date Remove horizontal rule from survey section --- assets/css/v2/style.css | 11 ++++++++--- layouts/partials/qualtrics-feedback.html | 1 - 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index c7d22d3f..46a8c075 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -163,8 +163,7 @@ textarea:not([rows]) { --color-codeblock-border: 0.63 0 0; --color-codeblock-background: 1 0 0; --color-codeblock-highlight: 0.99 0.0479 105.97; - --color-footer: 0.23 0 0; - --color-footer-text: 0.91 0 0; + --color-footer-text: 0 0 0 / 65%; --color-product-title: 0.64 0 0; --color-tabs-inactive-border: 0 0 0 / 20%; --color-callout-warning: 0.65 0.188 24; @@ -529,11 +528,17 @@ ol li:last-child { } } +.last-modified { + margin: 1rem 0 0 0; + font-size: 0.875rem; +} + .footer { grid-area: footer; padding: var(--space-l); - background-color: oklch(var(--color-footer)); margin-top: auto; + + border-top: 1px solid oklch(var(--color-divider)); } /* sidebar toggling */ diff --git a/layouts/partials/qualtrics-feedback.html b/layouts/partials/qualtrics-feedback.html index 7c471380..13f37fe6 100644 --- a/layouts/partials/qualtrics-feedback.html +++ b/layouts/partials/qualtrics-feedback.html @@ -67,7 +67,6 @@ document.querySelector(".qualtrics-feedback").id = window.location.hostname.includes("staging") ? "ZN_2YG73ads2zp5bN0" : "ZN_2QSTn2r41YlXrYk" }); -
\ No newline at end of file