aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index eac7bc9..23593dc 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,7 @@
<title>SQL++</title>
<link rel="stylesheet" href="node_modules/codemirror/lib/codemirror.css"></link>
+ <link rel="stylesheet" href="node_modules/codemirror/theme/dracula.css"></link>
<link rel="stylesheet" type="text/css" href="./style.css"></link>
<link rel="stylesheet" type="text/css" href="./table-style.css"></link>
</head>
@@ -19,7 +20,7 @@
<div id="editor" class="editor-row split-row"></div>
<div class="results-row split-row">
- <table id="result-table" width="100%"></table>
+ <table id="result-table" class="table stripe compact order-column" width="100%"></table>
</div>
</div>