Skip to content

Commit

Permalink
correct css
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda committed Jul 14, 2022
1 parent a4f6cd7 commit 2cd2fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var fs = require('fs');
var hostname = os.hostname();
var debug = true;
var serverport = process.env.PORT || 8080;
var mycolor = process.env.COLOR || 'white';
var mycolor = process.env.COLOR || 'yellow';
var readyRequestCount = process.env.READY_COUNT || 5;
var liveRequestCount = process.env.LIVE_COUNT || 5;
var font_color = 'black';
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
width: 100%;
height: 100%;
position: relative;
background-color: "$background_color";
background-color: $background_color;
font-family: 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback';
}

Expand Down

0 comments on commit 2cd2fa5

Please sign in to comment.