Fix nvm installation instructions on dark mode (#370)

Removed inline background and padding styles. Looks okay on both dark and light mode.
This commit is contained in:
Benjamin Alijagić 2021-11-25 09:28:54 +01:00 committed by GitHub
parent 1def07ab85
commit c6a3944079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ We recommend using [nvm](https://github.com/nvm-sh/nvm) for managing your Node.j
<summary style={{cursor: 'pointer', 'textDecoration': 'underline'}}>
Quick guide on installing/using nvm
</summary>
<div style={{background: '#eeeeee', padding: '10px'}}>
<div>
Install nvm via your OS package manager (aptitude, pacman, homebrew, ...) or alternatively via [nvm install script](https://github.com/nvm-sh/nvm#install--update-script).