Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
archywillhe committed Aug 27, 2024
1 parent b1808b6 commit 697e0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>lo.fish ><>: the meta-programming language for ArchGPT</title>
<title>{"lo.fish ><>: the meta-programming language for ArchGPT"}</title>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" />
<style>
code {
Expand All @@ -23,7 +23,7 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
background-color: rgba(129, 135, 141, 0.2) !important;
border-radius: 6px;
}
pre code{
.expressive-code {
background-color: rgba(129, 135, 141, 0.2)
}

Expand Down

0 comments on commit 697e0c0

Please sign in to comment.