lab-development-imb/web/11/labor/loesungen/styles_nachricht.css

30 lines
287 B
CSS

html {
font-size: 16px;
}
body {
font-family: "Open Sans", sans-serif;
}
h1 {
color: #005CA9;
}
h2 {
color: #005CA9;
}
.headline {
font-size: 0.85rem;
color: gray;
}
.meta {
font-style: italic;
font-size: 0.7rem;
color: darkgrey;
}
.source {
text-decoration: underline;
}