Website: Update Markdown "tip" styles (#40667)

Closes: https://github.com/fleetdm/confidential/issues/14581

Changes:
- Updated styles for the "Tip" block quotes on pages built from
Markdown.
This commit is contained in:
Eric
2026-02-26 17:22:36 -06:00
committed by GitHub
parent c4033ac69c
commit 5b78ad3644
4 changed files with 12 additions and 0 deletions
@@ -768,6 +768,9 @@
li:last-child {
padding-bottom: 0px;
}
:first-child {// Remove top padding from the first element inside purpose="tip" blockquotes
padding-top: 0;
}
}
[purpose='embedded-content'] {
position: relative;
+3
View File
@@ -600,6 +600,9 @@
li:last-child {
padding-bottom: 0px;
}
:first-child {// Remove top padding from the first element inside purpose="tip" blockquotes
padding-top: 0;
}
}
table {
table-layout: auto;
@@ -646,6 +646,9 @@
li:last-child {
padding-bottom: 0px;
}
:first-child {// Remove top padding from the first element inside purpose="tip" blockquotes
padding-top: 0;
}
}
ul {
@@ -465,6 +465,9 @@
li:last-child {
padding-bottom: 0px;
}
:first-child {// Remove top padding from the first element inside purpose="tip" blockquotes
padding-top: 0;
}
}
[purpose='ritual-description'] {
white-space: preserve;