Merge account page.

This commit is contained in:
Paul
2021-07-06 13:29:11 +01:00
parent b034e9c4f7
commit fbfe16d4e7
3 changed files with 47 additions and 15 deletions

View File

@@ -30,6 +30,11 @@
align-items: center;
gap: 4px;
color: var(--tertiary-foreground);
a {
color: inherit;
cursor: pointer;
}
}
}
@@ -62,6 +67,14 @@
color: var(--foreground);
text-transform: uppercase;
}
a {
cursor: pointer;
&:hover {
text-decoration: underline;
}
}
}
p {