homepage/src/styles/global.css

52 lines
710 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;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: #bb66ff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Space Mono', monospace;
font-weight: bold;
}
a[title="IRC"], a[title="eMail"], a[title="Telefon"], a[title="Adresse"] {
display: inline-block !important;
width: 100px;
height: 100px;
display: inline-block !important;
margin: 0 1vw 0 1vw;;
}