feat: test auth

This commit is contained in:
thomas
2024-03-29 21:29:52 +01:00
parent 73a81f4831
commit 18b1dc0a70
18 changed files with 1749 additions and 386 deletions

View File

@@ -58,11 +58,13 @@ html {
}
a.action,
.button-star,
.article-footer > a,
.action-footer > a.action-button {
transition: var(--button-transition);
&:hover {
cursor: pointer;
opacity: var(--button-hover-opacity);
transition: var(--button-transition);
@@ -189,3 +191,8 @@ details {
.body:where(.astro-v5tidmuc) {
height: 100%;
}
.astro-kmkmnagf {
align-items: center;
}