homepage/src/styles/global.css

30 lines
328 B
CSS

html {
background-color: #193360;
color: #eeeeee;
margin: 0;
height: 100%;
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
font-family: sans;
}
a {
color: #22bb22;
}
a:visited {
color: #ee66ff;
}