homepage/src/styles/global.css

40 lines
436 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: 3rem;
min-height: 100%;
font-family: 'Source Sans Pro', sans;
}
a {
color: #22bb22;
}
a:visited {
color: #bb66ff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Space Mono', monospace;
font-weight: bold;
}