Skip to content

Commit

Permalink
FIX #321 Changed Color of the Link to install neutralino js (#325)
Browse files Browse the repository at this point in the history
* FIX #321 Changed Color of the Link to install neutralino js

* Update styles.module.css

---------

Co-authored-by: Shalitha Suranga <[email protected]>
  • Loading branch information
barelysomethin and shalithasuranga authored Jul 20, 2024
1 parent fb8515b commit 5db7806
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default function Home() {
<div className="container">
<h1 className="hero__title">Start building lightweight apps!</h1>
<p className="hero__subtitle">
<code>
<code className={styles.code}>
npm install -g @neutralinojs/neu
</code>
</p>
Expand Down
4 changes: 4 additions & 0 deletions src/pages/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@
padding: 2rem 0;
width: 100%;
}

.code {
color: rgb(40, 40, 40);
}

0 comments on commit 5db7806

Please sign in to comment.