/*! purgecss start ignore */ /* * Synthwave '84 Theme originally by Robb Owen [@Robb0wen] for Visual Studio Code * Demo: https://marc.dev/demo/prism-synthwave84 * * Ported for PrismJS by Marc Backes [@themarcba] * Adapted to Tailwind CSS and HTML email in Maizzle by Cosmin Popovici [@cossssmin] */ @media screen { pre { @apply whitespace-pre !important; } } pre { @apply p-6 mb-6 overflow-auto font-mono text-base text-left whitespace-pre; background-color: #2a2139 !important; background-image: linear-gradient(to bottom, #2a2139 75%, #34294f); color: #f92aad; hyphens: none; tab-size: 2; text-shadow: 0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3; word-break: normal; word-spacing: normal; word-wrap: normal; } /* Inline code */ :not(pre) > code { @apply bg-gray-100 border border-solid border-gray-300 text-red-400 text-sm px-2 py-1 rounded whitespace-normal; } .token.comment, .token.block-comment, .token.prolog, .token.doctype, .token.cdata { color: #8e8e8e; } .token.punctuation { color: #cccccc; } .token.tag, .token.attr-name, .token.namespace, .token.number, .token.unit, .token.hexcode, .token.deleted { color: #e2777a; } .token.property, .token.selector { color: #72f1b8; text-shadow: 0 0 2px #100c0f, 0 0 10px #257c5575, 0 0 35px #21272475; } .token.function-name { color: #6196cc; } .token.boolean, .token.selector .token.id, .token.function { color: #fdfdfd; text-shadow: 0 0 2px #001716, 0 0 3px #03edf975, 0 0 5px #03edf975, 0 0 8px #03edf975; } .token.class-name { color: #fff5f6; text-shadow: 0 0 2px #000, 0 0 10px #fc1f2c75, 0 0 5px #fc1f2c75, 0 0 25px #fc1f2c75; } .token.constant, .token.symbol { color: #f92aad; text-shadow: 0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3; } .token.important, .token.atrule, .token.keyword, .token.selector .token.class, .token.builtin { color: #f4eee4; text-shadow: 0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575; } .token.string, .token.char, .token.attr-value, .token.regex, .token.variable { color: #f87c32; } .token.operator, .token.entity, .token.url { color: #67cdcc; } .token.important, .token.bold { @apply font-bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } .token.inserted { @apply text-green-500; } /*! purgecss end ignore */