1
0
mirror of https://gitlab.com/redline-racing-division/tournament.git synced 2025-06-15 22:56:46 +00:00
tournament/custom.css
2020-03-10 15:48:37 -07:00

36 lines
491 B
CSS

html {
height: 100%;
}
body {
height: 100%;
margin: 0;
background: rgb(166, 13, 59);
background: linear-gradient(
0deg,
rgba(166, 13, 59, 1) 25%,
rgba(128, 16, 178, 1) 75%
);
}
* {
text-align: center;
color: white !important;
}
h1 {
font-family: "CooperHewittBold";
font-weight: normal;
font-style: normal;
}
a {
font-weight: bold;
font-family: helvetica;
text-decoration: underline;
}
a:hover {
/* font-weight: bold; */
font-style: italic;
}