Skip to content

Commit

Permalink
Style brew install note box
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 committed Aug 24, 2023
1 parent 4e69465 commit 14a0298
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
font-family: 'Montserrat', sans-serif;
}

.code-view {
border-radius: 10px;
background-color: #3E3835;
color: #FFC;
padding: 10px;
width: 400px;
margin: auto;
text-align: left;
}

.Aligner {
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>CutBox</h1>
<a href="documentation.html"><h1>Read the docs...</h1></a>
<h1>Install via homebrew:</h1>
<p>
<pre style="border-radius: 10px; background-color: #4D3B2F; color: #FFC; padding: 10px; width: 400px; margin: auto; text-align: left;">brew tap cutbox/cutbox
<pre class="code-view">brew tap cutbox/cutbox
brew install --cask cutbox</pre>
</p>

Expand Down
2 changes: 1 addition & 1 deletion index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<a href="documentation.html"><h1>Read the docs...</h1></a>
<h1>Install via homebrew:</h1>
<p>
<pre style="border-radius: 10px; background-color: #4D3B2F; color: #FFC; padding: 10px; width: 400px; margin: auto; text-align: left;">brew tap cutbox/cutbox
<pre class="code-view">brew tap cutbox/cutbox
brew install --cask cutbox</pre>
</p>

Expand Down

0 comments on commit 14a0298

Please sign in to comment.