mirror of
https://github.com/cupcakearmy/canihazusername.git
synced 2025-09-05 14:50:41 +00:00
updates
This commit is contained in:
@@ -34,6 +34,6 @@ generate('{character}_{english}')</pre
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<script src="./main.ts"></script>
|
||||
<script type="module" src="./main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,25 +1,26 @@
|
||||
* {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji',
|
||||
'Segoe UI Emoji', 'Segoe UI Symbol';
|
||||
}
|
||||
|
||||
main{
|
||||
padding: 4rem 1rem;
|
||||
text-align: center;
|
||||
main {
|
||||
padding: 4rem 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
main > div {
|
||||
width: 100%;
|
||||
max-width: 35em;
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
max-width: 35em;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
pre {
|
||||
text-align: left;
|
||||
padding: 1em .5em;
|
||||
border-radius: 1.5em;
|
||||
text-align: left;
|
||||
padding: 1em 0.5em;
|
||||
border-radius: 1.5em;
|
||||
}
|
||||
|
||||
h2 span{
|
||||
color: #3273dc;
|
||||
margin: 0 0.5rem;
|
||||
}
|
||||
h2 span {
|
||||
color: #3273dc;
|
||||
margin: 0 0.5rem;
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import 'bulma/css/bulma'
|
||||
import 'bulma/css/bulma.css'
|
||||
import { showAvailableLists, generate } from '../'
|
||||
|
||||
const input = window.document.getElementById('format') as HTMLInputElement
|
||||
|
Reference in New Issue
Block a user