style(extension): tweak welcome page text opacity and remove redundant copy

This commit is contained in:
Tommy D. Rossi
2026-01-27 18:39:43 +01:00
parent 653f00c3a3
commit 5dc39cc4fe
+2 -3
View File
@@ -74,6 +74,7 @@
p { p {
margin-bottom: 1rem; margin-bottom: 1rem;
opacity: 0.8;
} }
a { a {
@@ -116,6 +117,7 @@
li { li {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
opacity: 0.8;
} }
strong { strong {
@@ -225,9 +227,6 @@
<span class="step-number">3</span> <span class="step-number">3</span>
<div class="step-content"> <div class="step-content">
<strong>Install the CLI and run a command</strong> <strong>Install the CLI and run a command</strong>
<p>
Install the CLI and start automating the browser:
</p>
<pre><code class="language-bash"># install the CLI globally <pre><code class="language-bash"># install the CLI globally
npm i -g playwriter npm i -g playwriter
# navigate to a URL in the active tab # navigate to a URL in the active tab