File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 9
9
// Custom colors
10
10
$pro-grey : #414551 ;
11
11
$soft-red : #ca445e ;
12
- $primary : $pro-grey ;
13
12
$light : #fafafa ;
14
13
$code-color : $soft-red ; // overrides bootstrap
15
14
16
15
$theme-colors : (
17
- " primary" : $primary ,
16
+ " primary" : $pro-grey ,
18
17
" secondary" : $soft-red
19
18
);
20
19
@@ -51,7 +50,7 @@ $headings-font-family: $font-family-sans-serif;
51
50
$font-weight-light : 300 ;
52
51
$font-weight-normal : 400 ;
53
52
$font-weight-bold : 700 ;
54
- $headings-font-weight : 700 ;
53
+ $headings-font-weight : 400 ;
55
54
56
55
// Nav Fonts
57
56
$toolbar-main-font : $headings-font-family ;
Original file line number Diff line number Diff line change @@ -98,10 +98,16 @@ footer img#author-img {
98
98
line-height : 50px ;
99
99
text-align : center;
100
100
text-decoration : none;
101
- font-size : 42 px ;
101
+ font-size : 43 px ;
102
102
font-family : var (--font-family-sans-serif );
103
103
}
104
-
104
+ .api span .letter-anchor .object {
105
+ line-height : 48px ;
106
+ }
107
+ .api span .letter-anchor .class {
108
+ line-height : 48px ;
109
+ padding-right : 3px ;
110
+ }
105
111
.letter-anchor .object {
106
112
background : # 2c6c8d ;
107
113
}
Original file line number Diff line number Diff line change 12
12
background : var (--sidebar );
13
13
margin-left : -275px ; /* invisible by default, shown by toggle */
14
14
transition : margin .25s ease-out;
15
- box-shadow : 0 0 10px var (--primary );
16
15
}
17
16
18
17
.sidebar .toggled {
19
18
margin-left : 0 ;
19
+ box-shadow : -2px 0 8px var (--primary );
20
20
}
21
21
22
22
.sidebar ul .toc {
113
113
}
114
114
.entity-kinds a .class {
115
115
background : # 44ad7d ;
116
+ padding-right : 1px ;
116
117
}
117
118
.entity-kinds a .trait {
118
119
background : # 19aacf ;
120
+ padding-right : 1px ;
119
121
}
120
122
121
123
.with-companion .entity-kinds : not (: hover ) a .object {
131
133
@media (min-width : 768px ) {
132
134
.sidebar { /* visible by default, hidden by toggle */
133
135
margin-left : 0 ;
136
+ box-shadow : -2px 0 8px var (--primary );
134
137
}
135
138
.sidebar .toggled {
136
139
margin-left : -275px ;
140
+ box-shadow : none;
137
141
}
138
142
# content-wrapper {
139
143
margin-left : 275px !important ;
You can’t perform that action at this time.
0 commit comments