Skip to content

Commit

Permalink
deploy: d6f8c80
Browse files Browse the repository at this point in the history
  • Loading branch information
coltborg committed Sep 15, 2024
1 parent e97e4a6 commit f3107b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1><a href="/">cyby.dev</a></h1>
<main id="main" class="stack layout">
<h1>Posts</h1>
<ul class="post-list"><li>
<a href="/posts/test/">Markdown egg test</a>
<a href="/posts/test/">Markdown test</a>
<time>2024-09-07</time>
<span>post</span>
</li>
Expand Down
4 changes: 2 additions & 2 deletions posts/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Markdown egg test | Cyby.dev</title>
<title>Markdown test | Cyby.dev</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link
Expand All @@ -25,7 +25,7 @@ <h1><a href="/">cyby.dev</a></h1>
<div class="triangle"></div>
</header>
<main id="main" class="stack layout">
<h1>Markdown egg test</h1>
<h1>Markdown test</h1>
<p><strong>Note:</strong> This document is itself written using Markdown; you
can <a href="/projects/markdown/syntax.text">see the source for it by adding '.text' to the URL</a>.</p>
<hr>
Expand Down
2 changes: 2 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ pre {
border-radius: var(--radius);
max-inline-size: 120ch;
background-color: #24273a;
white-space: pre-wrap;
word-break: break-word;

> code {
background-color: transparent;
Expand Down

0 comments on commit f3107b6

Please sign in to comment.