File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 text-decoration : underline;
55 will-change : color;
66 text-decoration-thickness : 1px ;
7- text-underline-offset : 0.25 em ;
7+ text-underline-offset : 0.2 em ;
88 text-decoration-skip-ink : none;
99 text-decoration-color : rgba (var (--ids__link-RGB ), 0.2 );
1010 transition : color 0.5s ease, text-decoration 0.5s ease;
152152 @media (width < 767px) {
153153 padding-right : calc (var (--ids__density ) * 0.75em );
154154 }
155-
156- code {
157- background : none;
158- padding : 0 ;
159- }
160155 }
161156
162157 & code {
167162 padding : 0.1em 0.25em ;
168163 border-radius : 0.2em ;
169164 color : rgba (var (--ids__code-RGB ), 1 );
170- background : rgba (var (--ids__text-RGB ), 0.05 );
165+ border : 1px solid rgba (var (--ids__code-RGB ), 0.1 );
166+ background : rgba (var (--ids__code-RGB ), 0.1 );
171167 }
172168
173169 & figure {
Original file line number Diff line number Diff line change 1515body {
1616 font-family : "Root UI" ;
1717 -webkit-font-smoothing : antialiased;
18- font-weight : 400 ;
18+ font-weight : 400 ;
1919}
2020
2121/* Density */
You can’t perform that action at this time.
0 commit comments