From ee4a050898a1e932da21d91ab696f9375a464f42 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 17 Feb 2025 13:35:40 -0500 Subject: [PATCH] templates/callouts: Move more styles to tailwind --- emanote/default/templates/filters/callout.tpl | 6 ++++-- emanote/default/templates/styles.tpl | 12 +----------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/emanote/default/templates/filters/callout.tpl b/emanote/default/templates/filters/callout.tpl index c41cf326..d978e43d 100644 --- a/emanote/default/templates/filters/callout.tpl +++ b/emanote/default/templates/filters/callout.tpl @@ -1,9 +1,11 @@
+ class="callout bg-opacity-10 bg-[#f5f5f5] p-4 pt-4 pb-2 rounded-lg mb-4" role="note" + style="background-color: rgba(var(--callout-color), 0.1);"> -
+
diff --git a/emanote/default/templates/styles.tpl b/emanote/default/templates/styles.tpl index 8f87c1fb..402df6ab 100644 --- a/emanote/default/templates/styles.tpl +++ b/emanote/default/templates/styles.tpl @@ -24,9 +24,7 @@