@@ -3378,11 +3378,11 @@ a {
33783378
33793379.playground-code-editor {
33803380 --dxc-editor-caret : var (--editor-fg );
3381- --dxc-editor-focus-ring : inset 0 0 0 2 px var (--accent );
3381+ --dxc-editor-focus-ring : inset 0 0 0 1 px var (--accent );
33823382 --dxc-editor-gutter-line-padding : 0 14px 0 18px ;
33833383 --dxc-editor-gutter-padding : 20px 0 ;
33843384 --dxc-editor-gutter-width : 4ch ;
3385- --dxc-editor-padding : 20px 22px 20px 0 ;
3385+ --dxc-editor-padding : 20px 22px 20px 18 px ;
33863386 --dxc-editor-selection : var (--editor-selection );
33873387 background : var (--editor-bg );
33883388 color : var (--editor-fg );
@@ -3513,11 +3513,6 @@ a {
35133513
35143514/* ============ Footer ============ */
35153515
3516- .site-footer {
3517- padding-top : 48px ;
3518- padding-bottom : 48px ;
3519- }
3520-
35213516.card-footer {
35223517 background : var (--feature-bg-footer );
35233518 border : 1px solid var (--feature-line );
@@ -3526,7 +3521,7 @@ a {
35263521 color : var (--feature-text );
35273522 margin : 0 auto;
35283523 max-width : var (--max-width );
3529- padding : 32 px 40 px ;
3524+ padding : 48 px ;
35303525 width : 100% ;
35313526 display : flex;
35323527 flex-direction : column;
@@ -3545,11 +3540,6 @@ a {
35453540 gap : 12px ;
35463541}
35473542
3548- .card-footer .brand-mark {
3549- background : var (--feature-text );
3550- color : var (--feature-bg-footer );
3551- }
3552-
35533543.footer-brand-name {
35543544 color : var (--feature-text );
35553545 font-family : Inter, sans-serif;
@@ -3590,6 +3580,13 @@ a {
35903580 color : var (--feature-text );
35913581}
35923582
3583+ .external-icon {
3584+ display : inline-block;
3585+ margin-left : 0.35em ;
3586+ vertical-align : -0.1em ;
3587+ opacity : 0.7 ;
3588+ }
3589+
35933590.footer-meta {
35943591 color : var (--feature-mute );
35953592 font-family : ui-monospace, SFMono-Regular, Menlo, monospace;
0 commit comments