No ads, no tracking, no KYC. ChainNet puts your privacy first, offering a browsing experience that's truly your own.
No ads, no tracking, no KYC. ChainNet puts your privacy first, offering a browsing experience that's truly your own.
@import url('https://fonts.cdnfonts.com/css/hubot-sans');
*{ box-sizing: border-box; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; scroll-behavior: smooth;}
html, body { height: 100%; }
html::-webkit-scrollbar { display: none; }
html { -ms-overflow-style: none; scrollbar-width: none; }
body {
margin: 0;
font-family: Untitled Sans, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
background: #05060f linear-gradient(0deg,rgba(216,236,248,.06),rgba(152,192,239,.06));
font-size: max(calc(var(--_size) * 0.03), 10px);
--_factor: min(600px, 80vh);
--_size: min(var(--_factor), 80vw);
}
body.gold .header h2 ,
body.gold p,
body.gold > * > * :not(.contact-btn) {
filter: invert(1) brightness(4.7);
}
body.gold .header h2 a{
filter: hue-rotate(0deg);
}
body.gold canvas {
filter: drop-shadow(2em 4em 0px #d8bd10) drop-shadow(-8em -14em 0px #d8bd10);
}
body.gold .header .spotlight {
filter: invert(1) brightness(4.7) opacity(0.5);