mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add ; to inline style
This commit is contained in:
@@ -172,7 +172,7 @@ var setupWindowBackground = function() {
|
||||
|
||||
var backgroundStylesheet = document.createElement('style');
|
||||
backgroundStylesheet.type = 'text/css';
|
||||
backgroundStylesheet.innerText = 'html, body { background: ' + backgroundColor + ' }';
|
||||
backgroundStylesheet.innerText = 'html, body { background: ' + backgroundColor + '; }';
|
||||
document.head.appendChild(backgroundStylesheet);
|
||||
|
||||
// Remove once the page loads
|
||||
|
||||
Reference in New Issue
Block a user