File tree Expand file tree Collapse file tree 3 files changed +12
-56
lines changed Expand file tree Collapse file tree 3 files changed +12
-56
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ export default defineConfig({
155155 MarkdownContent : "./src/components/overrides/MarkdownContent.astro" ,
156156 Sidebar : "./src/components/overrides/Sidebar.astro" ,
157157 PageSidebar : "./src/components/overrides/PageSidebar.astro" ,
158- SiteTitle : "./src/components/overrides/SiteTitle.astro" ,
159158 PageTitle : "./src/components/overrides/PageTitle.astro" ,
160159 SocialIcons : "./src/components/overrides/SocialIcons.astro" ,
161160 SkipLink : "./src/components/overrides/SkipLink.astro" ,
@@ -170,6 +169,7 @@ export default defineConfig({
170169 "./src/mermaid.css" ,
171170 "./src/table.css" ,
172171 "./src/tailwind.css" ,
172+ "./src/title.css" ,
173173 "./src/tooltips.css" ,
174174 ] ,
175175 pagination : false ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ .site-title {
2+ gap : calc (0.5 * var (--sl-nav-gap ));
3+
4+ span {
5+ color : var (--sl-color-white );
6+ }
7+
8+ img {
9+ height : calc (var (--sl-nav-height ) - 3 * var (--sl-nav-pad-y ));
10+ }
11+ }
You can’t perform that action at this time.
0 commit comments