-
Notifications
You must be signed in to change notification settings - Fork 1
/
_custom-styles.scss
25 lines (24 loc) · 1.09 KB
/
_custom-styles.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// "_custom-styles.scss" v1.0.0 | 2019/12/27 | by Tristano Ajmone
// *****************************************************************************
// * *
// * Custom Styles for Asciidoctor Template *
// * *
// *****************************************************************************
// -----------------------------------------------------------------------------
/* Book I/II Alternative Titles */
// -----------------------------------------------------------------------------
// Custom styles for the alternative titles that follow the real title of each
// Book (e.g. "or How to Write Games and Influence People").
@media screen and (min-width:768px){
div.openblock.partintro.text-center.big.ortitle>.content {
line-height: 1.2;
font-size: 1.4375em;
font-variant: small-caps;
font-weight: 300;
em {
font-weight: 400;
color: #2160AB; // Denim blue
}
}
}
// EOF //