File tree 1 file changed +8
-26
lines changed
1 file changed +8
-26
lines changed Original file line number Diff line number Diff line change 1
1
/* -- scss:defaults --*/
2
2
3
3
$primary : #637238 !default ;
4
+ $font-size-root : 18px !default ;
4
5
5
6
/* -- scss:rules --*/
6
7
@@ -22,19 +23,20 @@ img.quarto-cover-image {
22
23
23
24
/* Headings ------------------------------------------------------ */
24
25
26
+ #title-block-header .quarto-title-block.default .quarto-title h1 .title {
27
+ margin-bottom : 0.5rem ;
28
+ }
29
+
25
30
h2 {
26
31
margin-top : 2rem ;
27
32
margin-bottom : 1rem ;
28
- font-size : 1.5rem ;
33
+ font-size : 1.4rem ;
34
+ font-weight : 600 ;
29
35
}
30
- h3 { margin-top : 1.5em ; font-size : 1.2rem ; }
36
+ h3 { margin-top : 1.5em ; font-size : 1.2rem ; font-weight : 500 ; }
31
37
h4 { margin-top : 1.5em ; font-size : 1.1rem ; }
32
38
h5 { margin-top : 1.5em ; font-size : 1rem ; }
33
39
34
- h1 , h2 , h3 , h4 , h5 {
35
- line-height : 1.3 ;
36
- }
37
-
38
40
.quarto-section-identifier {
39
41
color : #6C6C6C ;
40
42
font-weight : normal ;
@@ -54,23 +56,3 @@ code a:any-link {
54
56
pre {
55
57
background-image : linear-gradient (160deg ,#f8f8f8 0 ,#f1f1f1 100% );
56
58
}
57
-
58
- /* Printing ------------------------------------------------ */
59
-
60
- @media print {
61
- :root {
62
- font-size : 11pt ;
63
- }
64
- #quarto-sidebar , #TOC , .nav-page {
65
- display : none ;
66
- }
67
- .page-columns .content {
68
- grid-column-start : page- start;
69
- }
70
- .fixed-top {
71
- position : relative ;
72
- }
73
- .panel-caption , .figure-caption , figcaption {
74
- color : #666 ;
75
- }
76
- }
You can’t perform that action at this time.
0 commit comments