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

Compare commits

..

No commits in common. "9d0ebe5eb668a5f47591c1c5c6f318e5ebff6527" and "51fd319b05b658db748bea412fa24db9d4010b44" have entirely different histories.

View file

@ -19,9 +19,9 @@ prevent_zoom: true
</style>
{{> const style = `
bg-white font-[ecrou] text-black text-sm outline-2 outline-black
bg-white font-[ecrou] text-black text-sm
select-none
px-1 pt-0.5 transform-[translateY(calc(var(--spacing)*-0.5/2))]
px-1 pt-0.5 transform-[translateY(calc(-var(--spacing)*0.5/2))]
nuclear
` }}