cavallium-website/src/styles.scss

43 lines
872 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%;
}
a.article-link {
text-decoration: none !important;
color: #2c41b9;
}
markdown ul {
list-style-type: none;
padding-inline-start: 0.5rem;
}
markdown ul li {
padding-bottom: 0.4rem;
}
@media only screen and (any-pointer: coarse) {
.article-link {
line-height: 48px;
display: inline-block;
}
}