diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-01-28 16:20:51 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-01-28 16:20:51 +0000 |
| commit | 4d4df39b25f610476cc971cb0070a4f1b8fb17ae (patch) | |
| tree | cad43a398a04cecb4b9bc19dd28d5f89ba62a300 /index.html | |
| parent | 447f821d3ca49cc96da59858dbf8d73d895e7060 (diff) | |
| download | sql-plus-plus-4d4df39b25f610476cc971cb0070a4f1b8fb17ae.tar.xz sql-plus-plus-4d4df39b25f610476cc971cb0070a4f1b8fb17ae.zip | |
Add dark theme
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |