📝 Update docs styles
* Adjust line length to `80` * Change platform marker `*` to `_` * Enhance a note section [ci skip]
This commit is contained in:
parent
7dbf07edfc
commit
c4a2329665
3 changed files with 6 additions and 4 deletions
|
@ -145,7 +145,9 @@ is very likely you are using the module in the wrong process. For example
|
|||
is only available in renderer processes.
|
||||
|
||||
## Why is my app's background transparent?
|
||||
Since Electron `0.37.3`, the default user-agent background color is `transparent`. Simply specify a background color in HTML;
|
||||
|
||||
Since Electron `0.37.3`, the default user-agent background color is `transparent`.
|
||||
Simply specify a background color in HTML:
|
||||
|
||||
```html
|
||||
<style type='text/css'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue