A tiny bit of styling for the login modal
This commit is contained in:
@ -9,9 +9,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div id="login-container">
|
||||
<div id="login-modal">
|
||||
<form id="login-form">
|
||||
<h2>Plutonium login</h2>
|
||||
<h2 class="centered">Plutonium login</h2>
|
||||
<p id="hint" style="visibility: hidden;"></p>
|
||||
<label for="username">Username :</label>
|
||||
<input type="text" name="username" id="username-field" placeholder="Your Plutonium username" minLength="3" maxLength="16">
|
||||
|
Reference in New Issue
Block a user