DiscordEmbedder/static/style.css

25 lines
472 B
CSS

@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css");
body {
background-color: rgb(40, 30, 60);
padding: 2.5%;
}
body, input {
font-family: 'Rubik', Verdana, Geneva, Tahoma, sans-serif;
text-align: center;
color: white;
}
input[type="text"] {
font-size: 1.5rem;
margin: 15vh auto;
padding: 15px;
width: 90%;
max-width: 500px;
}
input {
background-color: black;
border: 2px gray solid;
}