From 71d6a9d9cd67668e41efa040c2337b0bb4316561 Mon Sep 17 00:00:00 2001 From: Akis Date: Wed, 17 Aug 2022 16:51:26 +0300 Subject: [PATCH] apply midou's patch --- src/routes/donate.md | 47 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/src/routes/donate.md b/src/routes/donate.md index c264b13..191cd85 100644 --- a/src/routes/donate.md +++ b/src/routes/donate.md @@ -11,7 +11,16 @@ description: The ways you can donate to us and more. If you donate, we will be more motivated to work on the server and host more stuff and maybe even get more hardware. We really recommend you donate any spare money you have if you enjoy or use our services on a daily basis. Thanks! -## Donation Links +# Donation Links + +## Credit Card + +
+ + + +## Cryptos ### You can use our [domain name](https://projectsegfau.lt) as a crypto wallet address in supported OpenAlias Clients such as [MyMonero](https://mymonero.com/), [Electrum](https://electrum.org/) and [Electrum-LTC](https://electrum-ltc.org/). @@ -36,4 +45,40 @@ _You can find all of our financial reports on [our transparency repository on Gi code { word-wrap: break-word; } + .money { + } + + + +@media screen and (max-width: 452px) { + .buttons { + flex-direction: column; + } +} + + +html { + --accent: #F6C915; +} + +html.light { + --accent: #F6C915; + + } + +.buttons a { + text-decoration: none; + background-color: var(--accent); + padding: 8px 1em 8px 1em; + color: var(--primary); + border-radius: 10px; + transition: filter 0.25s; + display: inline-flex; + align-items: center; + gap: 4px; +} + +.buttons a:hover { + filter: brightness(125%); +}