Skip to content

Commit

Permalink
added circuit pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
rogancodes committed Nov 4, 2024
1 parent dd6b05c commit 933b927
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
</head>
<body class="container mx-auto jetbrains-mono leading-loose dark:bg-white repeat-pattern font-semibold">
<body class="container mx-auto jetbrains-mono circuit-pattern leading-loose dark:bg-white repeat-pattern font-semibold">
{% include header.html %}
<div class="max-w-5xl mx-auto">
{{ content }}
Expand Down
Loading

0 comments on commit 933b927

Please sign in to comment.