aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-01-28 16:20:51 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-01-28 16:20:51 +0000
commit4d4df39b25f610476cc971cb0070a4f1b8fb17ae (patch)
treecad43a398a04cecb4b9bc19dd28d5f89ba62a300 /index.html
parent447f821d3ca49cc96da59858dbf8d73d895e7060 (diff)
downloadsql-plus-plus-4d4df39b25f610476cc971cb0070a4f1b8fb17ae.tar.xz
sql-plus-plus-4d4df39b25f610476cc971cb0070a4f1b8fb17ae.zip
Add dark theme
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>