dev
gravel 7 months ago
parent f8bde220ad
commit d801546a37
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -6,3 +6,34 @@ pre, .code { background-color: #222; font-size: 0.9rem; white-space: break-space
pre { padding: 1em; }
.code { padding: 0.1em 0.25em; }
.hidden { display: none; }
footer {
display: flex;
flex-direction: column;
align-items: center;
max-width: 100%;
text-align: center;
font-size: 0.85em;
margin-top: 2em;
padding-top: 2em;
border-top: 1px white solid;
padding-bottom: var(--body-margin);
padding-inline: var(--body-margin);
}
footer p {
width: 75%;
margin: .5em;
text-align: center;
}
footer nav :is(a, span) {
display: inline-block;
padding: .5em;
white-space: nowrap;
}
#more-sites-info-button {
font-size: 1.25em;
}

@ -19,7 +19,10 @@
<link rel="stylesheet" href="css/common-dark.css">
<title>Donate — sessioncommunities.online</title>
<style>
* { font-variant-ligatures: none; }
h1 {
font-family: monospace;
font-variant-ligatures: none;
}
.particle {
font-family: sans-serif;
font-weight: bold;
@ -48,7 +51,7 @@
}
</style>
<body>
<h1 style="font-family: monospace">In Soviet Russia, donation page find you</h1>
<h1>In Soviet Russia, donation page find you</h1>
<h2>How to donate:</h2>

Loading…
Cancel
Save