pressbooks aldine theme the theme used for the front page or default book
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
479 B

* {
box-sizing: border-box;
}
7 years ago
body {
margin: 0;
7 years ago
font-family: $font-family-serif;
font-size: #{$base-font-size}px;
7 years ago
}
h1,
h2,
h3,
h4,
h5,
h6 {
7 years ago
font-family: $font-family-sans-serif;
7 years ago
}
h1 {
7 years ago
font-size: em(30);
7 years ago
font-weight: 600;
text-transform: uppercase;
7 years ago
letter-spacing: em(2);
line-height: (36/30);
7 years ago
margin: 0;
}
h2 {
7 years ago
font-size: em(16);
7 years ago
font-weight: normal;
7 years ago
line-height: (30/16);
7 years ago
margin: 0;
}
a {
color: $brand-primary;
7 years ago
text-decoration: none;
7 years ago
}