fix indentation and fix monero qr position

This commit is contained in:
2022-06-18 17:30:18 +03:00
parent 53705c641f
commit 147cc60b93
2 changed files with 31 additions and 6 deletions

View File

@@ -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 {