Skip to content

Commit

Permalink
deploy: 72297cc
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Nov 11, 2023
1 parent f0349b1 commit 7bc2890
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 2 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ <h2 id="text"><a class="header" href="#text">Text</a></h2>
<p>Here is another one with italic text. <em>This is some italic text.</em> Here is
another one with italic text. <em>This is some italic text.</em></p>
<p>Here is another one with struckout text. <del>This is some struckout text.</del></p>
<div class="warning">
This is some text in a warning block.
<p>Warning blocks should be used sparingly in documentation, to avoid &quot;warning
fatigue,&quot; where people are trained to ignore them because they usually don't
matter for what they're doing.</p>
</div>
<h2 id="links"><a class="header" href="#links">Links</a></h2>
<p>Autolink: <a href="http://example.com">http://example.com</a></p>
<p>Link: <a href="http://example.com">Example</a></p>
Expand Down
6 changes: 6 additions & 0 deletions landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ <h2 id="text"><a class="header" href="#text">Text</a></h2>
<p>Here is another one with italic text. <em>This is some italic text.</em> Here is
another one with italic text. <em>This is some italic text.</em></p>
<p>Here is another one with struckout text. <del>This is some struckout text.</del></p>
<div class="warning">
This is some text in a warning block.
<p>Warning blocks should be used sparingly in documentation, to avoid &quot;warning
fatigue,&quot; where people are trained to ignore them because they usually don't
matter for what they're doing.</p>
</div>
<h2 id="links"><a class="header" href="#links">Links</a></h2>
<p>Autolink: <a href="http://example.com">http://example.com</a></p>
<p>Link: <a href="http://example.com">Example</a></p>
Expand Down
6 changes: 6 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ <h2 id="text"><a class="header" href="#text">Text</a></h2>
<p>Here is another one with italic text. <em>This is some italic text.</em> Here is
another one with italic text. <em>This is some italic text.</em></p>
<p>Here is another one with struckout text. <del>This is some struckout text.</del></p>
<div class="warning">
This is some text in a warning block.
<p>Warning blocks should be used sparingly in documentation, to avoid &quot;warning
fatigue,&quot; where people are trained to ignore them because they usually don't
matter for what they're doing.</p>
</div>
<h2 id="links"><a class="header" href="#links">Links</a></h2>
<p>Autolink: <a href="http://example.com">http://example.com</a></p>
<p>Link: <a href="http://example.com">Example</a></p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions theme/catppuccin.css
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@
--searchresults-border-color: #11111b;
--searchresults-li-bg: #1e1e2e;
--search-mark-bg: #fab387;
--warning-border: #fab387;
}

.macchiato {
Expand Down Expand Up @@ -718,6 +719,7 @@
--searchresults-border-color: #181926;
--searchresults-li-bg: #24273a;
--search-mark-bg: #f5a97f;
--warning-border: #f5a97f;
}

.frappe {
Expand Down Expand Up @@ -749,6 +751,7 @@
--searchresults-border-color: #232634;
--searchresults-li-bg: #303446;
--search-mark-bg: #ef9f76;
--warning-border: #ef9f76;
}

.latte {
Expand Down Expand Up @@ -780,4 +783,5 @@
--searchresults-border-color: #dce0e8;
--searchresults-li-bg: #eff1f5;
--search-mark-bg: #fe640b;
--warning-border: #fe640b;
}

0 comments on commit 7bc2890

Please sign in to comment.