You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
850 B
CSS

@font-face {
font-family: "NES"; /*Can be any text*/
src: local("Pixel_NES"),
url("./fonts/Pixel_NES.otf") format("opentype");
}
* {
font-family: NES;
}
a {
display: inline-block;
font-size: 1.25em;
color: #ea6126;
text-decoration: none;
}
body {
background-color: #3BC3FD;
color: #f9f9f9;
}
.splash {
background-color: #231f20;
color: #f9f9f9;
}
hr {
border: 2px solid;
border-radius: 0px;
opacity: 100%;
margin-top: -2px;
width: 80vw!important;
}
p {
font-size: 1em!important;
}
a.underlinelink {
text-decoration: underline!important;
}
.splash {
background-color: #231f20;
color: #f9f9f9;
}
.stats {
font-size: 1.5em!important;
}
@media only screen and (max-width: 1152px) {
/* Style adjustments for viewports that meet the condition */
.stats {
font-size: .75em!important;
}
}