mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Fix two comment in config file (#90)
This commit is contained in:
parent
483ad67182
commit
a4b039e870
1 changed files with 2 additions and 2 deletions
|
|
@ -21,10 +21,10 @@ module.exports = {
|
|||
// custom css to embed in the main window
|
||||
css: '',
|
||||
|
||||
// custom padding (css format, i.e.: `top right bottom left`)
|
||||
// custom css to embed in the terminal window
|
||||
termCSS: '',
|
||||
|
||||
// custom padding
|
||||
// custom padding (css format, i.e.: `top right bottom left`)
|
||||
padding: '12px 14px',
|
||||
|
||||
// some color overrides. see http://bit.ly/29k1iU2 for
|
||||
|
|
|
|||
Loading…
Reference in a new issue