1
0
mirror of https://gitlab.com/redline-racing-division/tournament.git synced 2025-06-16 07:06:52 +00:00
tournament/custom.css
2020-03-10 16:25:22 -07:00

42 lines
567 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" !important;
font-weight: normal;
font-style: normal;
}
a {
font-weight: bold;
font-family: helvetica;
text-decoration: underline;
}
a:hover {
/* font-weight: bold; */
font-style: italic;
}
section {
height: 100vh;
position: relative;
top: 10vh;
}