File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 97
97
font-family : var (--font-family-code );
98
98
font-weight : var (--font-family-code-weight-normal );
99
99
/* Based on code being inside tips too */
100
- font-size : 1.1 rem ;
100
+ font-size : 1.075 rem ;
101
101
letter-spacing : -0.2px ;
102
102
}
103
103
}
Original file line number Diff line number Diff line change 112
112
--color-link : var (--color-primary-accent );
113
113
--color-text-underline-light : hsl (0deg 0% 80% );
114
114
--color-code-background : var (--color-gradient-blue-1 );
115
+ --color-code-background : var (--color-pink-light-2 );
116
+ --color-code-background : hsl (287deg 80% 93.5% );
115
117
--color-code-block-background : hsl (228.57deg 23% 18% );
116
118
117
119
--color-form-accent : var (--color-primary-accent );
307
309
@media (min-width : 1800px ) {
308
310
/* GROUP VARIABLES -- LAYOUT -- CONSTRAINTS -- MAX
309
311
=================================================== */
310
- --max-width-1 : 108 rem ;
312
+ --max-width-1 : 105 rem ;
311
313
--max-width-content : 52rem ;
312
314
}
313
315
Original file line number Diff line number Diff line change 149
149
150
150
ul {
151
151
/* Need this to line up so that the scroll spy line also continues to line up */
152
- padding-inline-start : 0 ;
152
+ padding-inline : 0 ;
153
153
a {
154
154
/* Indent the subnav */
155
155
padding-inline-start : var (--spacing-m );
You can’t perform that action at this time.
0 commit comments