Add vscode dir to gitignore, fix light mode css, add SU default perms
This commit is contained in:
parent
9a8a1e034e
commit
7972efdbac
4 changed files with 19 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue