Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg authored Nov 27, 2024
1 parent 42c00d3 commit 12ce5e7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/pages/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
<link href="https://jamesg.blog/assets/mascot.svg" rel="icon">

<style>
:root {
--light-background-color: #f7f7f7;
--light-foreground-color: black;
--light-border-color: lightgrey;
--primary-color: royalblue;
--border-radius: var(--medium-space);
--dark-background-color: #02003c;
--dark-code-color: #06006e;
--dark-foreground-color: #afc7ff;
--light-focus-color: rgb(255, 225, 116);
--dark-focus-color: #1e3cb1;
--dark-border-color: #6690ff;
--small-space: 0.1rem;
--medium-space: 0.5rem;
--large-space: 1rem;
:root {
--light-background-color: #f7f7f7;
--light-foreground-color: black;
--light-border-color: lightgrey;
--primary-color: royalblue;
--border-radius: var(--medium-space);
--dark-background-color: #242424;
--dark-code-color: #06006e;
--dark-foreground-color: #d7d7d7;
--light-focus-color: rgb(255, 225, 116);
--dark-focus-color: #1e3cb1;
--dark-border-color: #747474;
--small-space: 0.1rem;
--medium-space: 0.5rem;
--large-space: 1rem;
}
html {
color-scheme: light dark;
Expand Down Expand Up @@ -587,4 +587,4 @@ <h3><a href="#{{ item.id }}">{{ item.text }}</a></h3>
</main>
</div>
</body>
</html>
</html>

0 comments on commit 12ce5e7

Please sign in to comment.