dev
gravel 11 months ago
parent e2bed618b8
commit 04c9071f9d
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -108,10 +108,6 @@ html.js .noscript, .hidden {
display: none;
}
html:not(.js) .js-only {
display: none;
}
.badge {
display: inline-block;
border-radius: 1em;

@ -19,7 +19,7 @@
* { box-sizing: border-box; font-variant-ligatures: none; }
html { color: white; background-color: black; font-size: clamp(16px, 2vw, 24px); width: 100%; }
body { margin: 0; padding: 2rem; width: 100%; line-height: 1.5; }
a { color: hsl(210, 100%, 40%); }
a { color: hsl(210, 100%, 60%); }
.particle {
font-family: sans-serif;
font-weight: bold;

@ -55,6 +55,13 @@
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US"/>
<meta name="timestamp" content="<?=$timestamp?>">
<noscript>
<style>
.js-only {
display: none;
}
</style>
</noscript>
<?php include "+components/communities-json-ld.php"; ?>
</head>

@ -18,7 +18,7 @@
* { box-sizing: border-box; }
html { color: white; background-color: black; font-size: clamp(16px, 2vw, 24px); width: 100%; }
body { margin: 0; padding: 2rem; width: 100%; line-height: 1.5; }
a { color: hsl(210, 100%, 40%); }
a { color: hsl(210, 100%, 60%); }
pre, .code { background-color: #222; font-size: 0.9rem; white-space: break-spaces; overflow: auto; }
pre { padding: 1em; }
.code { padding: 0.1em 0.25em; }

Loading…
Cancel
Save