summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042026-02-13 23:32:50 -0500
committerkj_sh6042026-02-13 23:32:50 -0500
commit1f1abae197f3fd58da2c3ab7a0a198bec3bbb847 (patch)
tree5772d9956734a08e0a86fbd1d7e806e1dc4f4d08
parent58aea46fa3b892bf12ee16ccb505099ac578fd82 (diff)
refactor: make the site work look ok in both light and dark modes
-rw-r--r--demoware/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/demoware/index.html b/demoware/index.html
index c882c8c..95c6847 100644
--- a/demoware/index.html
+++ b/demoware/index.html
@@ -4,7 +4,7 @@
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>slide merging demoware</title> 6 <title>slide merging demoware</title>
7 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/dark.min.css"> 7 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.min.css">
8 <style> 8 <style>
9 .file-item { 9 .file-item {
10 display: flex; 10 display: flex;
@@ -40,9 +40,9 @@
40 word-break: break-all; 40 word-break: break-all;
41 } 41 }
42 .hidden { display: none !important; } 42 .hidden { display: none !important; }
43 .running { color: #f0ad4e; } 43 .running { color: #ff9800; }
44 .done { color: #5cb85c; } 44 .done { color: #4caf50; }
45 .error { color: #d9534f; } 45 .error { color: #f44336; }
46 #log-output { 46 #log-output {
47 max-height: 300px; 47 max-height: 300px;
48 overflow-y: auto; 48 overflow-y: auto;