diff --git a/site/_includes/cube.vto b/site/_includes/cube.vto index c18947e..814701c 100644 --- a/site/_includes/cube.vto +++ b/site/_includes/cube.vto @@ -5,6 +5,7 @@ html { font-size: min(9svw, 9svh, 4.5rem); + overscroll-behavior: none; } /* Guess what? Yeah, you guessed right. Safari can't render shit. */ @@ -18,7 +19,6 @@ diff --git a/site/_includes/text.vto b/site/_includes/text.vto index d863d6b..554506e 100644 --- a/site/_includes/text.vto +++ b/site/_includes/text.vto @@ -11,23 +11,20 @@ layout: default.vto absolute w-[inherit] z-999 overflow-x-auto "> -
+
{{> const style = ` flex-auto text-center px-3 pt-3 pb-2 - bg-white font-[ecrou] border-2 border-black - origin-bottom + bg-white font-[ecrou] + border-2 -mx-px border-black md:hover:text-[300%] ease-[cubic-bezier(1,-0.07,0.57,1.56)] md:duration-200 - md:hover:not-active:after:content-['?'] md:active:after:content-['!!'] active:after:italic - nuclear ` }} - - home - about - blog - contact + home + about + blog + contact
diff --git a/site/assets/css/default.css b/site/assets/css/default.css index 8b18890..92eaf27 100644 --- a/site/assets/css/default.css +++ b/site/assets/css/default.css @@ -194,6 +194,10 @@ @apply border-black dark:border-white; } + pre code, pre code * { + @apply whitespace-pre; + } + div:has(> pre code) { @apply outline-1 outline-dotted outline-offset-1 outline-[#444] border-1 border-black p-2 bg-[#eee] dark:outline-[#bbb] dark:border-white diff --git a/site/blog.vto b/site/blog.vto index 03c03af..9f7465c 100644 --- a/site/blog.vto +++ b/site/blog.vto @@ -10,7 +10,7 @@ Blog Articles rss - json + json diff --git a/site/contact.md b/site/contact.md index 9b19d73..7cdd895 100644 --- a/site/contact.md +++ b/site/contact.md @@ -26,7 +26,8 @@ Here are some other useful links as well: [8, 12], // tact [15, 16], // @ [4, 7], // rgb - [12, 13], // cu + [12, 13], // c + [1, 2], // u [0, 1], // . [2, 4], // be ].map(([start, end]) => ".ubergbetactcon@toilma:".substring(start, end))