Compare commits

..

No commits in common. "166597fcff926c6394477b2963e2de3ca21dbcd9" and "051824cc5b549692ba335801dec69fe4dd36be3c" have entirely different histories.

3 changed files with 4 additions and 46 deletions

View file

@ -82,15 +82,4 @@ a {
} }
a:hover { a:hover {
color: var(--rp-rose); color: var(--rp-rose);
} }
.fancy-card {
padding: 0.5rem;
.fancy-card-outline {
margin: -0.5rem;
}
.fancy-card-content {
background-color: var(--rp-overlay);
}
}

View file

@ -57,11 +57,6 @@
height: 50%; height: 50%;
background: linear-gradient(45deg, #0138a7, #c5187c); background: linear-gradient(45deg, #0138a7, #c5187c);
} }
.crypto {
color: var(--rp-gold);
text-shadow: 0 0 30px var(--rp-gold);
}
</style> </style>
<title>Apache</title> <title>Apache</title>
@ -87,9 +82,9 @@
<p>You can support me at my new <a href="https://ko-fi.com/apajer">Ko-fi</a>!</p> <p>You can support me at my new <a href="https://ko-fi.com/apajer">Ko-fi</a>!</p>
<p>Or through</p> <p>Or through</p>
<ul> <ul>
<li>XMR: <span class="crypto">83iJKhbQ9HLJCxCwQELcHsZT1JTnWUxZ8TNgMiKMQeDLPNrLZDgtRRKYeP6t3G8r8m5v6qAXnCc49Wbsf7oTZKujUKvXmph</span></li> <li>XMR: 83iJKhbQ9HLJCxCwQELcHsZT1JTnWUxZ8TNgMiKMQeDLPNrLZDgtRRKYeP6t3G8r8m5v6qAXnCc49Wbsf7oTZKujUKvXmph</li>
<li>BTC: <span class="crypto">bc1q3cdrz975j8cn07we59x3ke9l53e3zw8hsys467</span></li> <li>BTC: bc1q3cdrz975j8cn07we59x3ke9l53e3zw8hsys467</li>
<li>ETH: <span class="crypto">0x7094eD7F9269f77c7444e1aa94e81D50290325DA</span></li> <li>ETH: 0x7094eD7F9269f77c7444e1aa94e81D50290325DA</li>
</ul> </ul>
</main> </main>
</body> </body>

View file

@ -1,26 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="assets/style.css">
<style>
</style>
<title>Apache</title>
</head>
<body>
<header>
</header>
<main>
</main>
</body>
</html>