cavallium-website/src/styles.scss

32 lines
686 B
SCSS

/* You can add global styles to this file, and also import other style files */
@import "styles-variables.scss";
html, body, body, app-root {
height: 100%;
max-height: 100%;
}
body {
margin: 0;
font-family: "Muli-custom", -apple-system, BlinkMacSystemFont, Roboto, 'Open Sans', Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
font-weight: 400;
}
strong, b, h1, h2, h3, h4, h5, h6, th {
font-weight: 700;
}
.document-style-inverted {
color: white;
background: $color-main;
}
.document-style-warning{
color: red;
}
.article-image {
max-width: 100%;
}
@media only screen and (any-pointer: coarse) {
.article-link {
line-height: 48px;
display: inline-block;
}
}