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

29 lines
439 B

@import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@300&display=swap');
body {
font-family: 'Gaegu', cursive;
}
hr {
background-color: rgb(238, 238, 238);
border: 0 none;
color: rgb(238, 238, 238);
height: 1px;
}
.header {
background-color: rgb(235, 18, 255);
}
.info {
background-color: rgb(255, 143, 5);
}
.pool {
background-color: rgb(255, 143, 5);
}
.miner {
background-color: rgb(235, 18, 255);
}