From 9a796e4ef6530b07bbe29d702916aece86c0ae24 Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Sun, 27 Jun 2021 17:24:47 +0100 Subject: [PATCH] feat: loads --- assets/built/screen.css | 10 +-- assets/css/screen.css | 2 +- custom-tutorial-post.hbs | 103 ++++++++++++++----------- partials/interop/connectorTagCards.hbs | 18 ++--- partials/landing/connectorsPreview.hbs | 51 ++++++------ tag.hbs | 6 +- 6 files changed, 97 insertions(+), 93 deletions(-) diff --git a/assets/built/screen.css b/assets/built/screen.css index a1ef91a..4c330a9 100644 --- a/assets/built/screen.css +++ b/assets/built/screen.css @@ -48627,14 +48627,8 @@ a.no-underline:hover{ text-decoration: none; } -@media (prefers-color-scheme: dark) { - pre { - --tw-bg-opacity: 1; - background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); - } -} - -pre { +pre{ + max-width: 100%; --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } diff --git a/assets/css/screen.css b/assets/css/screen.css index c458038..9307769 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -20,7 +20,7 @@ a.no-underline:hover{ } pre{ - @apply shadow-inner dark:bg-gray-300; + @apply shadow-inner max-w-full; } .text-gradient { diff --git a/custom-tutorial-post.hbs b/custom-tutorial-post.hbs index 7ff8c33..15585a8 100644 --- a/custom-tutorial-post.hbs +++ b/custom-tutorial-post.hbs @@ -25,7 +25,8 @@
{{#foreach tags}} - {{name}} @@ -46,7 +47,7 @@ {{else}}
{{> "icons/avatar"}}
{{/if}} - {{name}} + {{name}}
{{/foreach}} @@ -55,11 +56,11 @@ {{!-- TOC --}}