File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11---
2- import Default from ' @astrojs/starlight/components/Footer.astro' ;
3- import SponsorButton from ' ./SponsorButton.astro' ;
2+ import Default from " @astrojs/starlight/components/Footer.astro" ;
3+ import SponsorButton from " ./SponsorButton.astro" ;
44---
55
66<Default />
@@ -10,7 +10,7 @@ import SponsorButton from './SponsorButton.astro';
1010 <a href =" https://www.npmjs.com/package/syncpack" rel =" external nofollow" >
1111 <img
1212 alt =" NPM downloads"
13- src =" http ://img.shields.io/npm/dm/syncpack.svg?style=flat-square"
13+ src =" https ://img.shields.io/npm/dm/syncpack.svg?style=flat-square"
1414 loading =" lazy"
1515 />
1616 </a >
Original file line number Diff line number Diff line change 11@font-face {
22 font-family : "Inter Display" ;
3- src : url ("../../public /InterDisplay-Bold.woff2" ) format ("woff2" );
3+ src : url ("/syncpack /InterDisplay-Bold.woff2" ) format ("woff2" );
44 font-weight : 700 ;
55 font-style : normal;
66 font-display : swap;
77}
88
99@font-face {
1010 font-family : "Inter Display" ;
11- src : url ("../../public /InterDisplay-SemiBold.woff2" ) format ("woff2" );
11+ src : url ("/syncpack /InterDisplay-SemiBold.woff2" ) format ("woff2" );
1212 font-weight : 600 ;
1313 font-style : normal;
1414 font-display : swap;
@@ -86,6 +86,10 @@ body {
8686 font-optical-sizing : auto;
8787}
8888
89+ .site-title {
90+ font-size : var (--sl-text-h3 );
91+ }
92+
8993.sl-banner {
9094 margin-top : 0.5rem ;
9195}
9498.sl-banner a {
9599 background : var (--sl-color-green-low );
96100 box-shadow : none;
97- margin : 0.5rem ;
98101 color : var (--sl-color-white );
99102 border-radius : 4px ;
100103 font-size : var (--sl-text-code );
@@ -146,7 +149,6 @@ site-search button {
146149}
147150
148151/* Page title (outside markdown content) */
149- .site-title ,
150152.content-panel h1 {
151153 font-weight : 700 ;
152154 font-size : 30px ;
You can’t perform that action at this time.
0 commit comments