From 14b3f9034bb67490181409c7f2ba320e96c4fc1f Mon Sep 17 00:00:00 2001 From: Jacobo de Vera Date: Sat, 10 Sep 2022 15:00:23 +0000 Subject: [PATCH] Remove backticks from code to enable embedding The triple backticks in a comment tell Roam to end the CSS code block when embedding the theme directly in Roam. Removing those ``` allows the theme to be embedded directly on Roam. This, in turn, removes the browser extension dependency and enables its use in the Roam desktop app. --- dracula.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracula.css b/dracula.css index ffc2935..c805d39 100644 --- a/dracula.css +++ b/dracula.css @@ -523,7 +523,7 @@ code { } -/* Multiline code blocks with ``` */ +/* Multiline code blocks with triple backtick */ .rm-code-block { background-color: var(--background);