Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.
/ SQLinJS Public archive

Commit 518c96a

Browse files
committed
Changed terminal font-family to Monospace and increased font-size
1 parent 0e6cb45 commit 518c96a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

SQLinJS.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ html, body {
2929

3030
#SQLinJS pre {
3131
color: #00CC00;
32-
font-family: Courier;
33-
font-size: 16px;
32+
font-family: Monospace;
33+
font-size: 18px;
3434
height: 85%;
3535
overflow-y: scroll;
3636
padding: 10px 10px 0px 10px;
@@ -44,8 +44,8 @@ html, body {
4444
border-top: 1px solid #1C1C1C;
4545
bottom: 0px;
4646
color: #FFFFFF;
47-
font-family: Courier;
48-
font-size: 16px;
47+
font-family: Monospace;
48+
font-size: 18px;
4949
height: 15%;
5050
margin-top: 10px;
5151
min-height: 60px;

SQLinJS.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)