Add vscode dir to gitignore, fix light mode css, add SU default perms

This commit is contained in:
Tim Ristau 2025-10-25 20:48:33 -04:00
parent 9a8a1e034e
commit 7972efdbac
4 changed files with 19 additions and 4 deletions

View file

@ -35,9 +35,11 @@
width: 95%;
min-height: 24rem;
position: relative;
background: hsl(from var(--bg) h s 15);
background: hsl(from var(--bg) h s calc(l/1.1));
max-width: 40em;
margin: 0 auto;
border-radius: var(--border-radius);
overflow: hidden;
}
#signup-login-wall form {
@ -138,7 +140,6 @@
id="signup-invite-code"
type="text"
name="invite_code"
required
/>
<label class="placeholder" for="signup-invite-code">invite code</label>
</div>