forked from ubvu/open-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.scss
More file actions
48 lines (37 loc) · 756 Bytes
/
custom.scss
File metadata and controls
48 lines (37 loc) · 756 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
/*-- scss:defaults --*/
// $h2-font-size: 1.6rem !default;
// $headings-font-weight: 500 !default;
// $body-color: $gray-700 !default;
/*-- scss:rules --*/
body {
font-family: 'Roboto';
line-height: 1.6666666667rem;
}
.fixed-top {
position: absolute;
}
.navbar-logo {
max-height: 64px;
}
header.headroom--pinned {
transform: translateY(0%)
}
header.headroom--unpinned {
transform: translateY(0%)
}
#quarto-sidebar {
top: 0px;
}
.quarto-secondary-nav .quarto-search-button {
display: none
}
.header-section-number {
color: #0282c9
}
.uri {
color: #0282c9
}
.sidebar-item {
line-height:1.2rem
}