Skip to content

Commit

Permalink
Removed is-dark from p-code-snippet (#14140)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianjoltea authored Aug 12, 2024
1 parent 212a7e9 commit 2ebde36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/kubernetes/_install-linux.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ <h4 class="p-stepped-list__title">
Install MicroK8s on Linux
</h4>
<div class="p-stepped-list__content">
<div class="p-code-snippet is-dark">
<pre class="p-code-snippet__block--icon is-dark"><code>sudo snap install microk8s --classic</code></pre>
<div class="p-code-snippet">
<pre class="p-code-snippet__block--icon"><code>sudo snap install microk8s --classic</code></pre>
</div>
<p>Don’t have the snap command? <a href="https://docs.snapcraft.io/installing-snapd">Get set for snaps</a></p>
</div>
Expand Down

0 comments on commit 2ebde36

Please sign in to comment.