From 0a2d746e38ca4b912652f2a93a9c8ab84916df36 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 28 Jan 2024 05:47:04 +0000
Subject: [PATCH] chore(deps): bump rehype-pretty-code from 0.12.3 to 0.12.6 (#741)
---
quartz/styles/callouts.scss | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/quartz/styles/callouts.scss b/quartz/styles/callouts.scss
index 149321c..34d3a45 100644
--- a/quartz/styles/callouts.scss
+++ b/quartz/styles/callouts.scss
@@ -7,12 +7,13 @@
padding: 0 1rem;
overflow-y: hidden;
transition: max-height 0.3s ease;
+ box-sizing: border-box;
& > *:nth-child(2) {
margin-top: 0;
}
- &[data-callout="note"] {
+ &[data-callout] {
--color: #448aff;
--border: #448aff44;
--bg: #448aff10;
@@ -81,7 +82,6 @@
.callout-title {
display: flex;
- align-items: center;
gap: 5px;
padding: 1rem 0;
color: var(--color);
@@ -102,6 +102,8 @@
.callout-icon {
width: 18px;
height: 18px;
+ flex: 0 0 18px;
+ padding-top: 4px;
}
.callout-title-inner {
--
Gitblit v1.10.0