Skip to content

Commit

Permalink
Change font
Browse files Browse the repository at this point in the history
Better looking font
  • Loading branch information
a161803398 committed Apr 28, 2018
1 parent bf23716 commit 037f266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plexstorm_chat",
"main": "www/index.html",
"version": "0.0.1",
"version": "0.0.2",
"window": {
"title": "Plexstorm Chat",
"toolbar": false,
Expand Down
4 changes: 2 additions & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</style>
</head>
<body>
<h1 id ="infoText">PlexStorm Chat Room<br>Capture V0.0.1<br>by a161803398</h1>
<h1 id ="infoText">PlexStorm Chat Room<br>Capture V0.0.2<br>by a161803398</h1>
<button id="loadChatBtn"><h1>Start Capturing</h1></button>
<h1 id ="indicator"></h1>
</body>
Expand Down Expand Up @@ -48,7 +48,7 @@ <h1 id ="indicator"></h1>

const style = document.createElement("style");
body.appendChild(style);
style.sheet.insertRule("html, body {overflow:hidden;background-color: #000000;font-weight: bold;}");
style.sheet.insertRule("html, body {font-family:Microsoft JhengHei,helvetica,arial,sans-serif;overflow:hidden;background-color: #000000;font-weight: bold;}");
style.sheet.insertRule("svg, .timestamp, .ps__scrollbar-x-rail, .ps__scrollbar-y-rail, .hint {display:none;}");
style.sheet.insertRule(".row p, .row div {display:inline;}");
style.sheet.insertRule(".row {color: #ffffff;font-size: 20px;}");
Expand Down

0 comments on commit 037f266

Please sign in to comment.