aboutsummaryrefslogtreecommitdiff
path: root/demoware/index.html
diff options
context:
space:
mode:
authorkj_sh6042026-02-13 23:32:50 -0500
committerkj_sh6042026-02-13 23:32:50 -0500
commit1f1abae197f3fd58da2c3ab7a0a198bec3bbb847 (patch)
tree5772d9956734a08e0a86fbd1d7e806e1dc4f4d08 /demoware/index.html
parent58aea46fa3b892bf12ee16ccb505099ac578fd82 (diff)
refactor: make the site work look ok in both light and dark modes
Diffstat (limited to 'demoware/index.html')
-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 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>slide merging demoware</title>
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/dark.min.css">
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.min.css">
<style>
.file-item {
display: flex;
@@ -40,9 +40,9 @@
word-break: break-all;
}
.hidden { display: none !important; }
- .running { color: #f0ad4e; }
- .done { color: #5cb85c; }
- .error { color: #d9534f; }
+ .running { color: #ff9800; }
+ .done { color: #4caf50; }
+ .error { color: #f44336; }
#log-output {
max-height: 300px;
overflow-y: auto;