mirror of
https://github.com/RGBCube/Site
synced 2025-08-02 14:07:47 +00:00
Compare commits
No commits in common. "585e17141563c8a55f5c08312c3aaf6b2bb1389c" and "2b4bd95bb78f44ad063a7d4072effc1f5c5901d3" have entirely different histories.
585e171415
...
2b4bd95bb7
5 changed files with 13 additions and 15 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
html {
|
||||
font-size: min(9svw, 9svh, 4.5rem);
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
||||
/* Guess what? Yeah, you guessed right. Safari can't render shit. */
|
||||
|
@ -19,6 +18,7 @@
|
|||
|
||||
<cube-scene class="
|
||||
h-dvh w-dvw
|
||||
overscroll-none
|
||||
flex items-center justify-center
|
||||
perspective-[calc(var(--cube-width)*3)]
|
||||
">
|
||||
|
|
|
@ -11,20 +11,23 @@ layout: default.vto
|
|||
absolute w-[inherit] z-999
|
||||
overflow-x-auto
|
||||
">
|
||||
<div class="transform-[rotateX(180deg)] flex items-start justify-evenly mx-px">
|
||||
<div class="transform-[rotateX(180deg)] flex items-start justify-evenly">
|
||||
{{> const style = `
|
||||
flex-auto text-center px-3 pt-3 pb-2
|
||||
bg-white font-[ecrou]
|
||||
border-2 -mx-px border-black
|
||||
bg-white font-[ecrou] border-2 border-black
|
||||
origin-bottom
|
||||
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
|
||||
` }}
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
|
|
@ -194,10 +194,6 @@
|
|||
@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
|
||||
|
|
|
@ -10,7 +10,7 @@ Blog Articles
|
|||
|
||||
<span class="whitespace-nowrap overflow-hidden text-sm font-[ecrou]">
|
||||
<a href="/blog.rss">rss</a>
|
||||
<a href="/blog.json">json</a>
|
||||
<a class="-ml-2" href="/blog.json">json</a>
|
||||
</span>
|
||||
</h1>
|
||||
|
||||
|
|
|
@ -26,8 +26,7 @@ Here are some other useful links as well:
|
|||
[8, 12], // tact
|
||||
[15, 16], // @
|
||||
[4, 7], // rgb
|
||||
[12, 13], // c
|
||||
[1, 2], // u
|
||||
[12, 13], // cu
|
||||
[0, 1], // .
|
||||
[2, 4], // be
|
||||
].map(([start, end]) => ".ubergbetactcon@toilma:".substring(start, end))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue