style(extension): tweak welcome page text opacity and remove redundant copy
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user