IonicaBizau / web-term

:tv: A fullscreen terminal in your browser.
MIT License
168 stars 21 forks source link

Change background and font color in style.css not working #44

Closed rtwk closed 8 years ago

rtwk commented 8 years ago

After making changes to style.css file in bin/public/css/style.css, it does not reflect those changes. When it loads, I can see <div class="terminal"> has inline styles written. May be because of that any relative changes are not taking effect.

IonicaBizau commented 8 years ago

@rtwk Thanks for your report! I think you have to change these colors in the /settings page. Can you confirm that changing the font and background colors work there? :art:

rtwk commented 8 years ago

Well, settings.css does not have any class called terminal.

IonicaBizau commented 8 years ago

@rtwk No, open the localhost:<port>/settings page. There you should be able to edit the settings.

rtwk commented 8 years ago

Yes changes on settings page works. But what if I want to make changes without visiting that page. Is there a way to make such (looks) changes in any file/settings?

IonicaBizau commented 8 years ago

@rtwk The settings editable on that page are stored in ~/.web-term.json. So, you can edit that JSON file. :joy: