Skip to content

Commit 115c078

Browse files
committed
Footer: Make background white
Reduced "Last modified" section date Remove horizontal rule from survey section
1 parent 4a6da9c commit 115c078

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

assets/css/v2/style.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ textarea:not([rows]) {
163163
--color-codeblock-border: 0.63 0 0;
164164
--color-codeblock-background: 1 0 0;
165165
--color-codeblock-highlight: 0.99 0.0479 105.97;
166-
--color-footer: 0.23 0 0;
167-
--color-footer-text: 0.91 0 0;
166+
--color-footer-text: 0 0 0 / 65%;
168167
--color-product-title: 0.64 0 0;
169168
--color-tabs-inactive-border: 0 0 0 / 20%;
170169
--color-callout-warning: 0.65 0.188 24;
@@ -529,11 +528,17 @@ ol li:last-child {
529528
}
530529
}
531530

531+
.last-modified {
532+
margin: 1rem 0 0 0;
533+
font-size: 0.875rem;
534+
}
535+
532536
.footer {
533537
grid-area: footer;
534538
padding: var(--space-l);
535-
background-color: oklch(var(--color-footer));
536539
margin-top: auto;
540+
541+
border-top: 1px solid oklch(var(--color-divider));
537542
}
538543

539544
/* sidebar toggling */

layouts/partials/qualtrics-feedback.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
document.querySelector(".qualtrics-feedback").id = window.location.hostname.includes("staging") ? "ZN_2YG73ads2zp5bN0" : "ZN_2QSTn2r41YlXrYk"
6868
});
6969
</script>
70-
<hr>
7170
<div style="height: 60px;"></div>
7271
<div class="qualtrics-feedback" id='ZN_2QSTn2r41YlXrYk'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>
7372
<!--END WEBSITE FEEDBACK SNIPPET-->

0 commit comments

Comments
 (0)