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 --}}