Skip to content

Commit

Permalink
💄 (index.html): remove redundant background color classes for better …
Browse files Browse the repository at this point in the history
…consistency
  • Loading branch information
closedLoop committed Jul 24, 2024
1 parent f958bac commit b4294d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ <h2 class="text-3xl sm:text-4xl mb-6 terminal-text font-bold">
<p class="mb-4">Install Autocomplete.sh with a single command:</p>
<div class="relative copyable">
<pre
class="text-white p-4 rounded bg-gray-800 overflow-x-auto whitespace-pre text-left"
class="text-white p-4 rounded overflow-x-auto whitespace-pre text-left"
id="install-command"
><span class="text-white">$</span> <code class="text-green-400">wget -qO- https://autocomplete.sh/install.sh | bash<span class="blink-cursor"></span></code></pre>

Expand Down Expand Up @@ -438,7 +438,7 @@ <h3 class="text-lg font-semibold terminal-highlight">Ollama</h3>
<div class="max-w-3xl mx-auto">
<p class="mb-4 text-left">To change the active model:</p>
<pre
class="p-2 rounded mb-12 overflow-x-auto whitespace-pre-wrap break-words text-left bg-black"
class="p-2 rounded mb-12 overflow-x-auto whitespace-pre-wrap break-words text-left"
>$ <code class="text-green-400">autocomplete model</code><span class="blink-cursor"></span></pre>
<img
src="/images/autocomplete-model.gif"
Expand All @@ -457,7 +457,7 @@ <h2 class="text-3xl sm:text-4xl mb-6 terminal-text font-bold">
<div class="max-w-3xl mx-auto">
<p class="mb-4 text-left">View current settings:</p>
<pre
class="p-2 rounded mb-12 overflow-x-auto whitespace-pre-wrap break-words text-left bg-black"
class="p-2 rounded mb-12 overflow-x-auto whitespace-pre-wrap break-words text-left"
>$ <code class="text-green-400">source autocomplete config</code><span class="blink-cursor"></span></pre>
<img
src="/images/autocomplete-config.png"
Expand Down

0 comments on commit b4294d0

Please sign in to comment.