From 147cc60b93f9b5e1ff3da7e13f46195379a351e4 Mon Sep 17 00:00:00 2001 From: Akis Date: Sat, 18 Jun 2022 17:30:18 +0300 Subject: [PATCH] fix indentation and fix monero qr position --- src/lib/Nav.svelte | 8 ++++---- src/routes/donate.md | 29 +++++++++++++++++++++++++++-- 2 files changed, 31 insertions(+), 6 deletions(-) diff --git a/src/lib/Nav.svelte b/src/lib/Nav.svelte index 4fcc832..609fb42 100644 --- a/src/lib/Nav.svelte +++ b/src/lib/Nav.svelte @@ -50,15 +50,15 @@ .links > *:hover { background-color: var(--accent-tertiary); text-decoration: none; - transition: all 0.5s; - color: var(--secondary); + transition: all 0.5s; + color: var(--secondary); } .links > *:active { background-color: var(--accent-primary); text-decoration: none; - transition: all 0.5s; - color: var(--secondary); + transition: all 0.5s; + color: var(--secondary); } img { diff --git a/src/routes/donate.md b/src/routes/donate.md index 658ec03..7ad8567 100644 --- a/src/routes/donate.md +++ b/src/routes/donate.md @@ -15,5 +15,30 @@ If you donate, we will be more motivated to work on the server and host more stu # yeah sure I'll donate. links? -Monero: ``47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA`` -Monero Qr Code \ No newline at end of file +
+ Monero: 47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA + Monero Qr Code +
+ + \ No newline at end of file