vtube.gay/css/style.css

71 lines
1.2 KiB
CSS

body {
background-color: #161618;
font-family: "Noto Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings:
"wdth" 100;
}
.vtubegay-logo {
width: 90%;
max-width: 50em;
height: auto;
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
padding-top: 2em;
text-align: center;
}
.cta {
color: #f2f5f4;
width: auto;
max-width: 80%;
height: auto;
display: flex;
margin-left: auto;
margin-right: auto;
text-align: center;
justify-content: center;
text-decoration: none;
font-size: 1em;
padding-top: 8em;
}
@media (min-width: 35rem) {
.cta {
font-size: 2em;
padding-top: 0em;
}
.vtubegay-logo {
padding-top: 5em;
}
}
.user {
color: #f5a9b8;
}
a {
color: #a8c5db;
}
.footer {
color: #f2f5f4;
text-align: center;
margin: 25px auto;
margin-top: 20px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
}
.footer small {
font-size: 0.3em;
}