1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-02 14:07:47 +00:00

Compare commits

..

5 commits

5 changed files with 15 additions and 13 deletions

View file

@ -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 @@
<cube-scene class="
h-dvh w-dvw
overscroll-none
flex items-center justify-center
perspective-[calc(var(--cube-width)*3)]
">

View file

@ -11,23 +11,20 @@ layout: default.vto
absolute w-[inherit] z-999
overflow-x-auto
">
<div class="transform-[rotateX(180deg)] flex items-start justify-evenly">
<div class="transform-[rotateX(180deg)] flex items-start justify-evenly mx-px">
{{> 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
` }}
<style>.right-delete:has(+ *:hover) { border-right-width: 0; }</style>
<a class="nav-link {{ style }} right-delete" href="/">home</a>
<a class="nav-link {{ style }} right-delete not-hover:border-l-0" href="/about/">about</a>
<a class="nav-link {{ style }} right-delete not-hover:border-l-0" href="/blog/">blog</a>
<a class="nav-link {{ style }} not-hover:border-l-0" href="/contact/">contact</a>
<a class="{{ style }}" href="/">home</a>
<a class="{{ style }}" href="/about/">about</a>
<a class="{{ style }}" href="/blog/">blog</a>
<a class="{{ style }}" href="/contact/">contact</a>
</div>
</nav>

View file

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

View file

@ -10,7 +10,7 @@ Blog Articles
<span class="whitespace-nowrap overflow-hidden text-sm font-[ecrou]">
<a href="/blog.rss">rss</a>
<a class="-ml-2" href="/blog.json">json</a>
<a href="/blog.json">json</a>
</span>
</h1>

View file

@ -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))